Uses of Class
co.ankatech.ankasecure.sdk.model.KeyMetadata
Packages that use KeyMetadata
Package
Description
-
Uses of KeyMetadata in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return KeyMetadataModifier and TypeMethodDescriptionAuthenticatedSdk.getKeyMetadata(String kid) Retrieves metadata for a specific key.Methods in co.ankatech.ankasecure.sdk that return types with arguments of type KeyMetadataModifier and TypeMethodDescriptionAuthenticatedSdk.listAllKeys(KeyFilters filters) Lists ALL keys matching the filters by auto-paginating through the server's paginated listing (the AWS-CLI pattern: the API pages, the client iterates). -
Uses of KeyMetadata in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return KeyMetadataMethods in co.ankatech.ankasecure.sdk.internal.service.impl that return types with arguments of type KeyMetadata -
Uses of KeyMetadata in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return types with arguments of type KeyMetadataModifier and TypeMethodDescriptionKeyPage.content()Returns the value of thecontentrecord component.Constructor parameters in co.ankatech.ankasecure.sdk.model with type arguments of type KeyMetadataModifierConstructorDescriptionKeyPage(List<KeyMetadata> content, long totalElements, int totalPages, int number) Creates an instance of aKeyPagerecord class. -
Uses of KeyMetadata in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return KeyMetadataModifier and TypeMethodDescriptionKeyManagementOperations.getKeyMetadata(String kid) Retrieves complete metadata for a specific key.Methods in co.ankatech.ankasecure.sdk.operations that return types with arguments of type KeyMetadataModifier and TypeMethodDescriptionKeyManagementOperations.listAllKeys(KeyFilters filters) Lists ALL keys matching the filters via client-side auto-pagination (bounded; throws PaginationCeilingExceededException beyond the hard cap).