Uses of Class
com.amazonaws.services.kms.model.KeyListEntry
Packages that use KeyListEntry
-
Uses of KeyListEntry in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyListEntryModifier and TypeMethodDescriptionKeyListEntry.clone()
KeyListEntry.withKeyArn
(String keyArn) ARN of the key.Unique identifier of the key.Methods in com.amazonaws.services.kms.model that return types with arguments of type KeyListEntryMethods in com.amazonaws.services.kms.model with parameters of type KeyListEntryMethod parameters in com.amazonaws.services.kms.model with type arguments of type KeyListEntryModifier and TypeMethodDescriptionvoid
ListKeysResult.setKeys
(Collection<KeyListEntry> keys) A list of keys.ListKeysResult.withKeys
(Collection<KeyListEntry> keys) A list of keys.