Uses of Class
software.amazon.awssdk.services.kms.model.KeyListEntry
Packages that use KeyListEntry
Package
Description
-
Uses of KeyListEntry in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeyListEntryModifier and TypeMethodDescriptionfinal List<KeyListEntry>ListKeysResponse.keys()A list of KMS keys.Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyListEntryModifier and TypeMethodDescriptionListKeysResponse.Builder.keys(KeyListEntry... keys) A list of KMS keys.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type KeyListEntryModifier and TypeMethodDescriptionListKeysResponse.Builder.keys(Collection<KeyListEntry> keys) A list of KMS keys. -
Uses of KeyListEntry in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type KeyListEntryModifier and TypeMethodDescriptionfinal SdkIterable<KeyListEntry>ListKeysIterable.keys()Returns an iterable to iterate through the paginatedListKeysResponse.keys()member.final SdkPublisher<KeyListEntry>ListKeysPublisher.keys()Returns a publisher that can be used to get a stream of data.