Uses of Class
com.amazonaws.services.kms.model.ReEncryptResult
-
Packages that use ReEncryptResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ReEncryptResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ReEncryptResult Modifier and Type Method Description ReEncryptResultAbstractAWSKMS. reEncrypt(ReEncryptRequest request)ReEncryptResultAWSKMS. reEncrypt(ReEncryptRequest reEncryptRequest)Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.ReEncryptResultAWSKMSClient. reEncrypt(ReEncryptRequest reEncryptRequest)Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Methods in com.amazonaws.services.kms that return types with arguments of type ReEncryptResult Modifier and Type Method Description Future<ReEncryptResult>AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request)Future<ReEncryptResult>AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)Future<ReEncryptResult>AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest)Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request)Future<ReEncryptResult>AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)Method parameters in com.amazonaws.services.kms with type arguments of type ReEncryptResult Modifier and Type Method Description Future<ReEncryptResult>AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)Future<ReEncryptResult>AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) -
Uses of ReEncryptResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ReEncryptResult Modifier and Type Method Description ReEncryptResultReEncryptResult. clone()ReEncryptResultReEncryptResult. withCiphertextBlob(ByteBuffer ciphertextBlob)The re-encrypted data.ReEncryptResultReEncryptResult. withKeyId(String keyId)Unique identifier of the key used to re-encrypt the data.ReEncryptResultReEncryptResult. withSourceKeyId(String sourceKeyId)Unique identifier of the key used to originally encrypt the data.
-