| 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 |
|---|---|
ListKeysResult |
AWSKMSClient.listKeys()
Gets a list of all customer master keys (CMKs) in the caller's AWS
account and region.
|
ListKeysResult |
AWSKMS.listKeys()
Gets a list of all customer master keys (CMKs) in the caller's AWS
account and region.
|
ListKeysResult |
AWSKMSClient.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS
account and region.
|
ListKeysResult |
AWSKMS.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS
account and region.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withKeys(Collection<KeyListEntry> keys)
A list of customer master keys (CMKs).
|
ListKeysResult |
ListKeysResult.withKeys(KeyListEntry... keys)
A list of customer master keys (CMKs).
|
ListKeysResult |
ListKeysResult.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. |
ListKeysResult |
ListKeysResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2019. All rights reserved.