Uses of Interface
software.amazon.awssdk.services.kms.model.ListGrantsRequest.Builder
-
Packages that use ListGrantsRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of ListGrantsRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ListGrantsRequest.Builder 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 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.Builder Modifier and Type Method Description static ListGrantsRequest.BuilderListGrantsRequest. builder()ListGrantsRequest.BuilderListGrantsRequest.Builder. granteePrincipal(String granteePrincipal)Returns only grants where the specified principal is the grantee principal for the grant.ListGrantsRequest.BuilderListGrantsRequest.Builder. grantId(String grantId)Returns only the grant with the specified grant ID.ListGrantsRequest.BuilderListGrantsRequest.Builder. keyId(String keyId)Returns only grants for the specified KMS key.ListGrantsRequest.BuilderListGrantsRequest.Builder. limit(Integer limit)Use this parameter to specify the maximum number of items to return.ListGrantsRequest.BuilderListGrantsRequest.Builder. marker(String marker)Use this parameter in a subsequent request after you receive a response with truncated results.ListGrantsRequest.BuilderListGrantsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGrantsRequest.BuilderListGrantsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGrantsRequest.BuilderListGrantsRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListGrantsRequest.Builder Modifier and Type Method Description static Class<? extends ListGrantsRequest.Builder>ListGrantsRequest. serializableBuilderClass()
-