Uses of Class
com.amazonaws.services.kms.model.CreateKeyRequest
Packages that use CreateKeyRequest
-
Uses of CreateKeyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type CreateKeyRequestModifier and TypeMethodDescriptionAbstractAWSKMS.createKey(CreateKeyRequest request) AWSKMS.createKey(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).AWSKMSClient.createKey(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request) AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Creates a customer master key (CMK).AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request) AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type CreateKeyRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) AWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Creates a customer master key (CMK).AWSKMSAsyncClient.createKeyAsync(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.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 CreateKeyRequestModifier and TypeMethodDescriptionCreateKeyRequest.clone()CreateKeyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) A flag to indicate whether to bypass the key policy lockout safety check.CreateKeyRequest.withDescription(String description) A description of the CMK.CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage) The intended use of the CMK.CreateKeyRequest.withKeyUsage(String keyUsage) The intended use of the CMK.CreateKeyRequest.withPolicy(String policy) The key policy to attach to the CMK.