Uses of Class
com.amazonaws.services.kms.model.CreateGrantRequest
-
Packages that use CreateGrantRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of CreateGrantRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type CreateGrantRequest Modifier and Type Method Description CreateGrantResultAbstractAWSKMS. createGrant(CreateGrantRequest request)CreateGrantResultAWSKMS. createGrant(CreateGrantRequest createGrantRequest)Adds a grant to a key to specify who can use the key and under what conditions.CreateGrantResultAWSKMSClient. createGrant(CreateGrantRequest createGrantRequest)Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request)Future<CreateGrantResult>AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)Future<CreateGrantResult>AWSKMSAsync. createGrantAsync(CreateGrantRequest createGrantRequest)Adds a grant to a key to specify who can use the key and under what conditions.Future<CreateGrantResult>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.Future<CreateGrantResult>AWSKMSAsyncClient. createGrantAsync(CreateGrantRequest request)Future<CreateGrantResult>AWSKMSAsyncClient. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantRequest Modifier and Type Method Description Future<CreateGrantResult>AbstractAWSKMSAsync. createGrantAsync(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)Future<CreateGrantResult>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.Future<CreateGrantResult>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 CreateGrantRequest Modifier and Type Method Description CreateGrantRequestCreateGrantRequest. clone()CreateGrantRequestCreateGrantRequest. withConstraints(GrantConstraints constraints)The conditions under which the operations permitted by the grant are allowed.CreateGrantRequestCreateGrantRequest. withGranteePrincipal(String granteePrincipal)The principal that is given permission to perform the operations that the grant permits.CreateGrantRequestCreateGrantRequest. withGrantTokens(String... grantTokens)A list of grant tokens.CreateGrantRequestCreateGrantRequest. withGrantTokens(Collection<String> grantTokens)A list of grant tokens.CreateGrantRequestCreateGrantRequest. withKeyId(String keyId)The unique identifier for the customer master key (CMK) that the grant applies to.CreateGrantRequestCreateGrantRequest. withName(String name)A friendly name for identifying the grant.CreateGrantRequestCreateGrantRequest. withOperations(GrantOperation... operations)A list of operations that the grant permits.CreateGrantRequestCreateGrantRequest. withOperations(String... operations)A list of operations that the grant permits.CreateGrantRequestCreateGrantRequest. withOperations(Collection<String> operations)A list of operations that the grant permits.CreateGrantRequestCreateGrantRequest. withRetiringPrincipal(String retiringPrincipal)The principal that is given permission to retire the grant by using RetireGrant operation.
-