Uses of Class
software.amazon.awssdk.services.kms.model.ListGrantsResponse
-
Packages that use ListGrantsResponse Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of ListGrantsResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListGrantsResponse Modifier and Type Method Description default 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 ListGrantsResponse Modifier and Type Method Description default 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 ListGrantsResponse Modifier and Type Method Description Iterator<ListGrantsResponse>ListGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListGrantsResponse Modifier and Type Method Description voidListGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGrantsResponse> subscriber)
-