| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and 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.withCreationDate(Date creationDate)
Date and time that the alias was most recently created in the account and Region.
|
AliasListEntry |
AliasListEntry.withLastUpdatedDate(Date lastUpdatedDate)
Date and time that the alias was most recently associated with a KMS key in the account and Region.
|
AliasListEntry |
AliasListEntry.withTargetKeyId(String targetKeyId)
String that contains the key identifier of the KMS key associated with the alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<AliasListEntry> |
ListAliasesResult.getAliases()
A list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResult |
ListAliasesResult.withAliases(AliasListEntry... aliases)
A list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAliasesResult.setAliases(Collection<AliasListEntry> aliases)
A list of aliases.
|
ListAliasesResult |
ListAliasesResult.withAliases(Collection<AliasListEntry> aliases)
A list of aliases.
|
Copyright © 2024. All rights reserved.