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 GenerateDataKeyWithoutPlaintextResultAbstractAWSKMS. generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest request)GenerateDataKeyWithoutPlaintextResultAWSKMS. generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)Returns a data key encrypted by a customer master key without the plaintext copy of that key.GenerateDataKeyWithoutPlaintextResultAWSKMSClient. 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 GenerateDataKeyWithoutPlaintextResultGenerateDataKeyWithoutPlaintextResult. clone()GenerateDataKeyWithoutPlaintextResultGenerateDataKeyWithoutPlaintextResult. withCiphertextBlob(ByteBuffer ciphertextBlob)Ciphertext that contains the wrapped data key.GenerateDataKeyWithoutPlaintextResultGenerateDataKeyWithoutPlaintextResult. withKeyId(String keyId)System generated unique identifier of the key to be used to decrypt the encrypted copy of the data key.
-