| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResult |
AWSKMS.listAliases()
Gets a list of aliases in the caller's AWS account and region.
|
ListAliasesResult |
AWSKMSClient.listAliases()
Gets a list of aliases in the caller's AWS account and region.
|
ListAliasesResult |
AWSKMS.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
ListAliasesResult |
AWSKMSClient.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResult |
ListAliasesResult.withAliases(AliasListEntry... aliases)
A list of aliases.
|
ListAliasesResult |
ListAliasesResult.withAliases(Collection<AliasListEntry> aliases)
A list of aliases.
|
ListAliasesResult |
ListAliasesResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
ListAliasesResult |
ListAliasesResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2020. All rights reserved.