Uses of Class
com.amazonaws.services.kms.model.CreateGrantRequest
Packages that use CreateGrantRequest
-
Uses of CreateGrantRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type CreateGrantRequestModifier and TypeMethodDescriptionAbstractAWSKMS.createGrant
(CreateGrantRequest request) AWSKMS.createGrant
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.AWSKMSClient.createGrant
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.AbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request) AbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) AWSKMSAsync.createGrantAsync
(CreateGrantRequest createGrantRequest) Adds a grant to a key to specify who can use the key and under what conditions.AWSKMSAsync.createGrantAsync
(CreateGrantRequest createGrantRequest, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) Adds a grant to a key to specify who can use the key and under what conditions.AWSKMSAsyncClient.createGrantAsync
(CreateGrantRequest request) AWSKMSAsyncClient.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) AWSKMSAsync.createGrantAsync
(CreateGrantRequest createGrantRequest, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) Adds a grant to a key to specify who can use the key and under what conditions.AWSKMSAsyncClient.createGrantAsync
(CreateGrantRequest request, AsyncHandler<CreateGrantRequest, CreateGrantResult> asyncHandler) -
Uses of CreateGrantRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateGrantRequestModifier and TypeMethodDescriptionCreateGrantRequest.clone()
CreateGrantRequest.withConstraints
(GrantConstraints constraints) The conditions under which the operations permitted by the grant are allowed.CreateGrantRequest.withGranteePrincipal
(String granteePrincipal) The principal that is given permission to perform the operations that the grant permits.CreateGrantRequest.withGrantTokens
(String... grantTokens) A list of grant tokens.CreateGrantRequest.withGrantTokens
(Collection<String> grantTokens) A list of grant tokens.The unique identifier for the customer master key (CMK) that the grant applies to.A friendly name for identifying the grant.CreateGrantRequest.withOperations
(GrantOperation... operations) A list of operations that the grant permits.CreateGrantRequest.withOperations
(String... operations) A list of operations that the grant permits.CreateGrantRequest.withOperations
(Collection<String> operations) A list of operations that the grant permits.CreateGrantRequest.withRetiringPrincipal
(String retiringPrincipal) The principal that is given permission to retire the grant by using RetireGrant operation.