| 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 |
|---|---|
ListGrantsResult |
AWSKMS.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
ListGrantsResult |
AWSKMSClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
ListGrantsRequest |
ListGrantsRequest.withKeyId(String keyId)
A unique identifier for the customer master key (CMK).
|
ListGrantsRequest |
ListGrantsRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListGrantsRequest |
ListGrantsRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response
with truncated results.
|
Copyright © 2020. All rights reserved.