Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateKeyResult |
AbstractAWSKMS.createKey(CreateKeyRequest request) |
CreateKeyResult |
AWSKMSClient.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key (CMK).
|
CreateKeyResult |
AWSKMS.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key (CMK).
|
java.util.concurrent.Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest)
Creates a customer master key (CMK).
|
java.util.concurrent.Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key (CMK).
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an
AsyncHandler.
|
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an
AsyncHandler.
|
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an
AsyncHandler.
|
java.util.concurrent.Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key (CMK).
|
Modifier and Type | Method and Description |
---|---|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withBypassPolicyLockoutSafetyCheck(java.lang.Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
CreateKeyRequest |
CreateKeyRequest.withDescription(java.lang.String description)
A description of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(java.lang.String keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(java.lang.String policy)
The key policy to attach to the CMK.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateKeyRequest> |
CreateKeyRequestMarshaller.marshall(CreateKeyRequest createKeyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateKeyRequest> |
CreateKeyRequestMarshaller.marshall(CreateKeyRequest createKeyRequest) |