Uses of Interface
software.amazon.awssdk.services.kms.model.ListGrantsRequest.Builder
Packages that use ListGrantsRequest.Builder
Package
Description
-
Uses of ListGrantsRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ListGrantsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListGrantsResponse>KmsAsyncClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest) Gets a list of all grants for the specified KMS key.default ListGrantsResponseKmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest) Gets a list of all grants for the specified KMS key.default ListGrantsPublisherKmsAsyncClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest) This is a variant ofKmsAsyncClient.listGrants(software.amazon.awssdk.services.kms.model.ListGrantsRequest)operation.default ListGrantsIterableKmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest) This is a variant ofKmsClient.listGrants(software.amazon.awssdk.services.kms.model.ListGrantsRequest)operation. -
Uses of ListGrantsRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListGrantsRequest.BuilderModifier and TypeMethodDescriptionstatic ListGrantsRequest.BuilderListGrantsRequest.builder()ListGrantsRequest.Builder.granteePrincipal(String granteePrincipal) Returns only grants where the specified principal is the grantee principal for the grant.Returns only the grant with the specified grant ID.Returns only grants for the specified KMS key.Use this parameter to specify the maximum number of items to return.Use this parameter in a subsequent request after you receive a response with truncated results.ListGrantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListGrantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListGrantsRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListGrantsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListGrantsRequest.Builder>ListGrantsRequest.serializableBuilderClass()