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 AliasListEntryAliasListEntry. clone()AliasListEntryAliasListEntry. withAliasArn(String aliasArn)String that contains the key ARN.AliasListEntryAliasListEntry. withAliasName(String aliasName)String that contains the alias.AliasListEntryAliasListEntry. 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 ListAliasesResultListAliasesResult. 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 voidListAliasesResult. setAliases(Collection<AliasListEntry> aliases)A list of key aliases in the user's account.ListAliasesResultListAliasesResult. withAliases(Collection<AliasListEntry> aliases)A list of key aliases in the user's account.
-