Uses of Class
com.amazonaws.services.kms.model.GenerateDataKeyWithoutPlaintextResult
-
Packages that use GenerateDataKeyWithoutPlaintextResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of GenerateDataKeyWithoutPlaintextResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return GenerateDataKeyWithoutPlaintextResult Modifier and Type Method Description GenerateDataKeyWithoutPlaintextResult
AbstractAWSKMS. generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest request)
GenerateDataKeyWithoutPlaintextResult
AWSKMS. generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the plaintext copy of that key.GenerateDataKeyWithoutPlaintextResult
AWSKMSClient. generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the plaintext copy of that key. -
Uses of GenerateDataKeyWithoutPlaintextResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GenerateDataKeyWithoutPlaintextResult Modifier and Type Method 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.
-