Uses of Class
com.amazonaws.services.kms.model.ListRetirableGrantsResult
Packages that use ListRetirableGrantsResult
-
Uses of ListRetirableGrantsResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ListRetirableGrantsResultModifier 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.Methods in com.amazonaws.services.kms that return types with arguments of type ListRetirableGrantsResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.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 ListRetirableGrantsResultModifier 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 ListRetirableGrantsResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListRetirableGrantsResultModifier and TypeMethodDescriptionListRetirableGrantsResult.clone()
ListRetirableGrantsResult.withGrants
(GrantListEntry... grants) A list of grants.ListRetirableGrantsResult.withGrants
(Collection<GrantListEntry> grants) A list of grants.ListRetirableGrantsResult.withNextMarker
(String nextMarker) WhenTruncated
is true, this value is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListRetirableGrantsResult.withTruncated
(Boolean truncated) A flag that indicates whether there are more items in the list.