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 KeyListEntry
KeyListEntry. clone()
KeyListEntry
KeyListEntry. withKeyArn(String keyArn)
ARN of the key.KeyListEntry
KeyListEntry. 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 ListKeysResult
ListKeysResult. 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 void
ListKeysResult. setKeys(Collection<KeyListEntry> keys)
A list of keys.ListKeysResult
ListKeysResult. withKeys(Collection<KeyListEntry> keys)
A list of keys.
-