Uses of Class
com.amazonaws.services.kms.model.KeyListEntry
-
Packages that use KeyListEntry Package Description com.amazonaws.services.kms.model -
-
Uses of KeyListEntry in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return KeyListEntry Modifier and Type Method Description KeyListEntryKeyListEntry. clone()KeyListEntryKeyListEntry. withKeyArn(String keyArn)ARN of the key.KeyListEntryKeyListEntry. withKeyId(String keyId)Unique identifier of the key.Methods in com.amazonaws.services.kms.model that return types with arguments of type KeyListEntry Modifier and Type Method Description List<KeyListEntry>ListKeysResult. getKeys()A list of keys.Methods in com.amazonaws.services.kms.model with parameters of type KeyListEntry Modifier and Type Method Description ListKeysResultListKeysResult. withKeys(KeyListEntry... keys)A list of keys.Method parameters in com.amazonaws.services.kms.model with type arguments of type KeyListEntry Modifier and Type Method Description voidListKeysResult. setKeys(Collection<KeyListEntry> keys)A list of keys.ListKeysResultListKeysResult. withKeys(Collection<KeyListEntry> keys)A list of keys.
-