| 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 |
|---|---|
GenerateDataKeyWithoutPlaintextResult |
AWSKMSClient.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
GenerateDataKeyWithoutPlaintextResult |
AWSKMS.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsync.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsyncClient.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsync.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest,
AsyncHandler<GenerateDataKeyWithoutPlaintextRequest,GenerateDataKeyWithoutPlaintextResult> asyncHandler)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsyncClient.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest,
AsyncHandler<GenerateDataKeyWithoutPlaintextRequest,GenerateDataKeyWithoutPlaintextResult> asyncHandler)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsync.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest,
AsyncHandler<GenerateDataKeyWithoutPlaintextRequest,GenerateDataKeyWithoutPlaintextResult> asyncHandler)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
Future<GenerateDataKeyWithoutPlaintextResult> |
AWSKMSAsyncClient.generateDataKeyWithoutPlaintextAsync(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest,
AsyncHandler<GenerateDataKeyWithoutPlaintextRequest,GenerateDataKeyWithoutPlaintextResult> asyncHandler)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.clone() |
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
Ciphertext that contains the wrapped data key.
|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withKeyId(String keyId)
System generated unique identifier of the key to be used to decrypt
the encrypted copy of the data key.
|
Copyright © 2015. All rights reserved.