Uses of Class
com.amazonaws.services.kms.model.CreateGrantResult
-
Packages that use CreateGrantResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of CreateGrantResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return CreateGrantResult 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.Method parameters in com.amazonaws.services.kms with type arguments of type CreateGrantResult 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 CreateGrantResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateGrantResult Modifier and Type Method Description CreateGrantResultCreateGrantResult. clone()CreateGrantResultCreateGrantResult. withGrantId(String grantId)The unique identifier for the grant.CreateGrantResultCreateGrantResult. withGrantToken(String grantToken)The grant token.
-