Uses of Class
com.amazonaws.services.kms.model.ListRetirableGrantsRequest
Packages that use ListRetirableGrantsRequest
-
Uses of ListRetirableGrantsRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type ListRetirableGrantsRequestModifier and TypeMethodDescriptionAbstractAWSKMS.listRetirableGrants
(ListRetirableGrantsRequest request) AWSKMS.listRetirableGrants
(ListRetirableGrantsRequest listRetirableGrantsRequest) Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.AWSKMSClient.listRetirableGrants
(ListRetirableGrantsRequest listRetirableGrantsRequest) Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.AbstractAWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest request) AbstractAWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) AWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest listRetirableGrantsRequest) Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.AWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest listRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.AWSKMSAsyncClient.listRetirableGrantsAsync
(ListRetirableGrantsRequest request) AWSKMSAsyncClient.listRetirableGrantsAsync
(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ListRetirableGrantsRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) AWSKMSAsync.listRetirableGrantsAsync
(ListRetirableGrantsRequest listRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.AWSKMSAsyncClient.listRetirableGrantsAsync
(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest, ListRetirableGrantsResult> asyncHandler) -
Uses of ListRetirableGrantsRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListRetirableGrantsRequestModifier and TypeMethodDescriptionListRetirableGrantsRequest.clone()
When paginating results, specify the maximum number of items to return in the response.ListRetirableGrantsRequest.withMarker
(String marker) Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results.ListRetirableGrantsRequest.withRetiringPrincipal
(String retiringPrincipal) The retiring principal for which to list grants.