Uses of Interface
software.amazon.awssdk.services.kms.model.CreateGrantRequest.Builder
Packages that use CreateGrantRequest.Builder
Package
Description
-
Uses of CreateGrantRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type CreateGrantRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateGrantResponse>KmsAsyncClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest) Adds a grant to a KMS key.default CreateGrantResponseKmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest) Adds a grant to a KMS key. -
Uses of CreateGrantRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CreateGrantRequest.BuilderModifier and TypeMethodDescriptionstatic CreateGrantRequest.BuilderCreateGrantRequest.builder()default CreateGrantRequest.BuilderCreateGrantRequest.Builder.constraints(Consumer<GrantConstraints.Builder> constraints) Specifies a grant constraint.CreateGrantRequest.Builder.constraints(GrantConstraints constraints) Specifies a grant constraint.Checks if your request will succeed.CreateGrantRequest.Builder.granteePrincipal(String granteePrincipal) The identity that gets the permissions specified in the grant.CreateGrantRequest.Builder.granteeServicePrincipal(String granteeServicePrincipal) The Amazon Web Services service principal that gets the permissions specified in the grant.CreateGrantRequest.Builder.grantTokens(String... grantTokens) A list of grant tokens.CreateGrantRequest.Builder.grantTokens(Collection<String> grantTokens) A list of grant tokens.Identifies the KMS key for the grant.A friendly name for the grant.CreateGrantRequest.Builder.operations(Collection<GrantOperation> operations) A list of operations that the grant permits.CreateGrantRequest.Builder.operations(GrantOperation... operations) A list of operations that the grant permits.CreateGrantRequest.Builder.operationsWithStrings(String... operations) A list of operations that the grant permits.CreateGrantRequest.Builder.operationsWithStrings(Collection<String> operations) A list of operations that the grant permits.CreateGrantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateGrantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateGrantRequest.Builder.retiringPrincipal(String retiringPrincipal) The principal that has permission to use the RetireGrant operation to retire the grant.CreateGrantRequest.Builder.retiringServicePrincipal(String retiringServicePrincipal) The Amazon Web Services service principal that has permission to use the RetireGrant operation to retire the grant.CreateGrantRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type CreateGrantRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateGrantRequest.Builder>CreateGrantRequest.serializableBuilderClass()