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