| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGrantsResult> |
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
Gets a list of all grants for the specified KMS key.
|
Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGrantsRequest |
ListGrantsRequest.clone() |
ListGrantsRequest |
ListGrantsRequest.withGranteePrincipal(String granteePrincipal)
Returns only grants where the specified principal is the grantee principal for the grant.
|
ListGrantsRequest |
ListGrantsRequest.withGrantId(String grantId)
Returns only the grant with the specified grant ID.
|
ListGrantsRequest |
ListGrantsRequest.withKeyId(String keyId)
Returns only grants for the specified KMS key.
|
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 © 2023. All rights reserved.