| 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 |
AWSKMS.listKeys()
Lists the customer master keys.
|
ListKeysResult |
AWSKMSClient.listKeys()
Lists the customer master keys.
|
ListKeysResult |
AWSKMS.listKeys(ListKeysRequest listKeysRequest)
Lists the customer master keys.
|
ListKeysResult |
AWSKMSClient.listKeys(ListKeysRequest listKeysRequest)
Lists the customer master keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withKeys(Collection<KeyListEntry> keys)
A list of keys.
|
ListKeysResult |
ListKeysResult.withKeys(KeyListEntry... keys)
A list of keys.
|
ListKeysResult |
ListKeysResult.withNextMarker(String nextMarker)
When
Truncated is true, this value is present and contains
the value to use for the Marker parameter in a subsequent
pagination request. |
ListKeysResult |
ListKeysResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2017. All rights reserved.