Uses of Class
software.amazon.awssdk.services.kms.model.KeyListEntry
-
Packages that use KeyListEntry Package Description software.amazon.awssdk.services.kms.model software.amazon.awssdk.services.kms.paginators -
-
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 KeyListEntry Modifier and Type Method Description List<KeyListEntry>ListKeysResponse. keys()A list of KMS keys.Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyListEntry Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. keys(KeyListEntry... keys)A list of KMS keys.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type KeyListEntry Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.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 KeyListEntry Modifier and Type Method Description SdkIterable<KeyListEntry>ListKeysIterable. keys()Returns an iterable to iterate through the paginatedListKeysResponse.keys()member.SdkPublisher<KeyListEntry>ListKeysPublisher. keys()Returns a publisher that can be used to get a stream of data.
-