| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
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 referred to by the alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<AliasListEntry> |
ListAliasesResult.getAliases()
A list of key aliases in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResult |
ListAliasesResult.withAliases(AliasListEntry... aliases)
A list of key aliases in the user's account.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.