| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
AWSKMSClient.createKey()
Creates a customer master key.
|
CreateKeyResult |
AWSKMS.createKey()
Creates a customer master key.
|
CreateKeyResult |
AWSKMSClient.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key.
|
CreateKeyResult |
AWSKMS.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest)
Creates a customer master key.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest createKeyRequest)
Creates a customer master key.
|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
CreateKeyResult.clone() |
CreateKeyResult |
CreateKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
Copyright © 2015. All rights reserved.