Uses of Class
com.amazonaws.services.kms.model.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of CreateKeyRequest in com.amazonaws.services.kms
Method parameters in com.amazonaws.services.kms with type arguments of type CreateKeyRequest Modifier and Type Method Description Future<CreateKeyResult>AbstractAWSKMSAsync. createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)Simplified method form for invoking the CreateKey operation with an AsyncHandler.Future<CreateKeyResult>AbstractAWSKMSAsync. createKeyAsync(CreateKeyRequest request, AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)Future<CreateKeyResult>AWSKMSAsync. createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)Simplified method form for invoking the CreateKey operation with an AsyncHandler.Future<CreateKeyResult>AWSKMSAsync. createKeyAsync(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)Creates a customer master key (CMK).Future<CreateKeyResult>AWSKMSAsyncClient. createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)Simplified method form for invoking the CreateKey operation with an AsyncHandler.Future<CreateKeyResult>AWSKMSAsyncClient. createKeyAsync(CreateKeyRequest request, AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) -
Uses of CreateKeyRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateKeyRequest Modifier and Type Method Description CreateKeyRequestCreateKeyRequest. clone()CreateKeyRequestCreateKeyRequest. withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)A flag to indicate whether to bypass the key policy lockout safety check.CreateKeyRequestCreateKeyRequest. withDescription(String description)A description of the CMK.CreateKeyRequestCreateKeyRequest. withKeyUsage(KeyUsageType keyUsage)The intended use of the CMK.CreateKeyRequestCreateKeyRequest. withKeyUsage(String keyUsage)The intended use of the CMK.CreateKeyRequestCreateKeyRequest. withPolicy(String policy)The key policy to attach to the CMK.
-