| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.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> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer managed customer master key
(CMK) in your AWS account.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
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.withCustomKeyStoreId(String customKeyStoreId)
Creates the CMK in the specified custom key store
and the key material in its associated AWS CloudHSM cluster.
|
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
A description of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(OriginType origin)
The source of the key material for the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(String origin)
The source of the key material for the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(String policy)
The key policy to attach to the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Collection<Tag> tags)
One or more tags.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Tag... tags)
One or more tags.
|
Copyright © 2019. All rights reserved.