Uses of Class
com.amazonaws.services.kms.model.ListGrantsRequest
-
Packages that use ListGrantsRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ListGrantsRequest in com.amazonaws.services.kms
Method parameters in com.amazonaws.services.kms with type arguments of type ListGrantsRequest Modifier and Type Method Description Future<ListGrantsResult>
AbstractAWSKMSAsync. listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
Future<ListGrantsResult>
AWSKMSAsync. listGrantsAsync(ListGrantsRequest listGrantsRequest, AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.Future<ListGrantsResult>
AWSKMSAsyncClient. listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
-
Uses of ListGrantsRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListGrantsRequest Modifier and Type Method Description ListGrantsRequest
ListGrantsRequest. clone()
ListGrantsRequest
ListGrantsRequest. withKeyId(String keyId)
A unique identifier for the customer master key.ListGrantsRequest
ListGrantsRequest. withLimit(Integer limit)
When paginating results, specify the maximum number of items to return in the response.ListGrantsRequest
ListGrantsRequest. withMarker(String marker)
Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results.
-