Uses of Class
com.amazonaws.services.kms.model.ListGrantsResult
Packages that use ListGrantsResult
-
Uses of ListGrantsResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ListGrantsResultModifier and TypeMethodDescriptionAbstractAWSKMS.listGrants(ListGrantsRequest request) AWSKMS.listGrants(ListGrantsRequest listGrantsRequest) List the grants for a specified key.AWSKMSClient.listGrants(ListGrantsRequest listGrantsRequest) List the grants for a specified key.Methods in com.amazonaws.services.kms that return types with arguments of type ListGrantsResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request) AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest) List the grants for a specified key.AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) List the grants for a specified key.AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request) AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ListGrantsResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) List the grants for a specified key.AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request, AsyncHandler<ListGrantsRequest, ListGrantsResult> asyncHandler) -
Uses of ListGrantsResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListGrantsResultModifier and TypeMethodDescriptionListGrantsResult.clone()ListGrantsResult.withGrants(GrantListEntry... grants) A list of grants.ListGrantsResult.withGrants(Collection<GrantListEntry> grants) A list of grants.ListGrantsResult.withNextMarker(String nextMarker) WhenTruncatedis true, this value is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListGrantsResult.withTruncated(Boolean truncated) A flag that indicates whether there are more items in the list.