Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an
AsyncHandler.
|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an
AsyncHandler.
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.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) |
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key (CMK).
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
A description of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(String keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(String policy)
The key policy to attach to the CMK.
|
Copyright © 2018. All rights reserved.