| 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(ListKeysRequest listKeysRequest)
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysRequest |
ListKeysRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListKeysRequest |
ListKeysRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response
with truncated results.
|
Copyright © 2018. All rights reserved.