Package | Description |
---|---|
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AliasListEntry> |
ListAliasesResult.aliases
A list of key aliases in the user's account.
|
Modifier and Type | Method and Description |
---|---|
AliasListEntry |
AliasListEntry.clone() |
AliasListEntry |
AliasListEntry.withAliasArn(java.lang.String aliasArn)
String that contains the key ARN.
|
AliasListEntry |
AliasListEntry.withAliasName(java.lang.String aliasName)
String that contains the alias.
|
AliasListEntry |
AliasListEntry.withTargetKeyId(java.lang.String targetKeyId)
String that contains the key identifier pointed to by the alias.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AliasListEntry> aliases)
A list of key aliases in the user's account.
|
ListAliasesResult |
ListAliasesResult.withAliases(java.util.Collection<AliasListEntry> aliases)
A list of key aliases in the user's account.
|
Modifier and Type | Method and Description |
---|---|
AliasListEntry |
AliasListEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AliasListEntryJsonMarshaller.marshall(AliasListEntry aliasListEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|