Uses of Class
software.amazon.awssdk.services.kms.model.ListGrantsRequest
-
Packages that use ListGrantsRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators software.amazon.awssdk.services.kms.transform -
-
Uses of ListGrantsRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListGrantsRequest Modifier and Type Method Description default 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)Gets a list of all grants for the specified KMS key.default ListGrantsIterableKmsClient. listGrantsPaginator(ListGrantsRequest listGrantsRequest)Gets a list of all grants for the specified KMS key. -
Uses of ListGrantsRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListGrantsRequest Constructor Description ListGrantsIterable(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 ListGrantsRequest Modifier and Type Method Description SdkHttpFullRequestListGrantsRequestMarshaller. marshall(ListGrantsRequest listGrantsRequest)
-