Uses of Class
com.amazonaws.services.kms.model.AliasListEntry
-
Packages that use AliasListEntry Package Description com.amazonaws.services.kms.model -
-
Uses of AliasListEntry in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return AliasListEntry Modifier and Type Method Description AliasListEntry
AliasListEntry. clone()
AliasListEntry
AliasListEntry. withAliasArn(String aliasArn)
String that contains the key ARN.AliasListEntry
AliasListEntry. withAliasName(String aliasName)
String that contains the alias.AliasListEntry
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 AliasListEntry Modifier and Type Method Description List<AliasListEntry>
ListAliasesResult. getAliases()
A list of key aliases in the user's account.Methods in com.amazonaws.services.kms.model with parameters of type AliasListEntry Modifier and Type Method Description ListAliasesResult
ListAliasesResult. 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 AliasListEntry Modifier and Type Method Description void
ListAliasesResult. setAliases(Collection<AliasListEntry> aliases)
A list of key aliases in the user's account.ListAliasesResult
ListAliasesResult. withAliases(Collection<AliasListEntry> aliases)
A list of key aliases in the user's account.
-