| Package | Description |
|---|---|
| com.amazonaws.services.kms | |
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.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> |
AWSKMSAsyncClient.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(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
Description of the key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
Specifies the intended use of the key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(String keyUsage)
Specifies the intended use of the key.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(String policy)
Policy to attach to the key.
|
Copyright © 2016. All rights reserved.