Uses of Class
software.amazon.awssdk.services.kms.model.ListGrantsResponse
Packages that use ListGrantsResponse
Package
Description
-
Uses of ListGrantsResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListGrantsResponseModifier and TypeMethodDescriptiondefault ListGrantsResponseKmsClient.listGrants(Consumer<ListGrantsRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ListGrantsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListGrantsResponse>KmsAsyncClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest) Gets a list of all grants for the specified KMS key.default CompletableFuture<ListGrantsResponse>KmsAsyncClient.listGrants(ListGrantsRequest listGrantsRequest) Gets a list of all grants for the specified KMS key. -
Uses of ListGrantsResponse in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type ListGrantsResponseMethod parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListGrantsResponseModifier and TypeMethodDescriptionvoidListGrantsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGrantsResponse> subscriber)