Uses of Class
software.amazon.encryption.s3.internal.ReEncryptInstructionFileRequest
-
Packages that use ReEncryptInstructionFileRequest Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.internal -
-
Uses of ReEncryptInstructionFileRequest in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 with parameters of type ReEncryptInstructionFileRequest Modifier and Type Method Description ReEncryptInstructionFileResponse
S3EncryptionClient. reEncryptInstructionFile(ReEncryptInstructionFileRequest reEncryptInstructionFileRequest)
Re-encrypts an instruction file with a new keyring while preserving the original encrypted object in S3. -
Uses of ReEncryptInstructionFileRequest in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return ReEncryptInstructionFileRequest Modifier and Type Method Description ReEncryptInstructionFileRequest
ReEncryptInstructionFileRequest.Builder. build()
Validates and builds the ReEncryptInstructionFileRequest according to the configuration options passed to the Builder object.
-