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.s3Methods in software.amazon.encryption.s3 with parameters of type ReEncryptInstructionFileRequest Modifier and Type Method Description ReEncryptInstructionFileResponseS3EncryptionClient. 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.internalMethods in software.amazon.encryption.s3.internal that return ReEncryptInstructionFileRequest Modifier and Type Method Description ReEncryptInstructionFileRequestReEncryptInstructionFileRequest.Builder. build()Validates and builds the ReEncryptInstructionFileRequest according to the configuration options passed to the Builder object.
 
-