Uses of Class
software.amazon.awssdk.services.kms.model.ListGrantsRequest
Packages that use ListGrantsRequest
Package
Description
-
Uses of ListGrantsRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListGrantsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListGrantsResponse>KmsAsyncClient.listGrants(ListGrantsRequest listGrantsRequest) Gets a list of all grants for the specified KMS key.default ListGrantsResponseKmsClient.listGrants(ListGrantsRequest listGrantsRequest) Gets a list of all grants for the specified KMS key.default ListGrantsPublisherKmsAsyncClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest) This is a variant ofKmsAsyncClient.listGrants(software.amazon.awssdk.services.kms.model.ListGrantsRequest)operation.default ListGrantsIterableKmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest) This is a variant ofKmsClient.listGrants(software.amazon.awssdk.services.kms.model.ListGrantsRequest)operation. -
Uses of ListGrantsRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListGrantsRequestModifierConstructorDescriptionListGrantsIterable(KmsClient client, ListGrantsRequest firstRequest) ListGrantsPublisher(KmsAsyncClient client, ListGrantsRequest firstRequest) -
Uses of ListGrantsRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ListGrantsRequestModifier and TypeMethodDescriptionListGrantsRequestMarshaller.marshall(ListGrantsRequest listGrantsRequest)