Uses of Class
com.amazonaws.services.kms.model.AliasListEntry
Packages that use AliasListEntry
-
Uses of AliasListEntry in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return AliasListEntryModifier and TypeMethodDescriptionAliasListEntry.clone()
AliasListEntry.withAliasArn
(String aliasArn) String that contains the key ARN.AliasListEntry.withAliasName
(String aliasName) String that contains the alias.AliasListEntry.withTargetKeyId
(String targetKeyId) String that contains the key identifier pointed to by the alias.Methods in com.amazonaws.services.kms.model that return types with arguments of type AliasListEntryModifier and TypeMethodDescriptionListAliasesResult.getAliases()
A list of key aliases in the user's account.Methods in com.amazonaws.services.kms.model with parameters of type AliasListEntryModifier and TypeMethodDescriptionListAliasesResult.withAliases
(AliasListEntry... aliases) A list of key aliases in the user's account.Method parameters in com.amazonaws.services.kms.model with type arguments of type AliasListEntryModifier and TypeMethodDescriptionvoid
ListAliasesResult.setAliases
(Collection<AliasListEntry> aliases) A list of key aliases in the user's account.ListAliasesResult.withAliases
(Collection<AliasListEntry> aliases) A list of key aliases in the user's account.