Uses of Class
software.amazon.encryption.s3.internal.InstructionFileConfig
-
Packages that use InstructionFileConfig Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.internal -
-
Uses of InstructionFileConfig in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 with parameters of type InstructionFileConfig Modifier and Type Method Description S3AsyncEncryptionClient.Builder
S3AsyncEncryptionClient.Builder. instructionFileConfig(InstructionFileConfig instructionFileConfig)
Sets the Instruction File configuration for the S3 Encryption Client.S3EncryptionClient.Builder
S3EncryptionClient.Builder. instructionFileConfig(InstructionFileConfig instructionFileConfig)
Sets the Instruction File configuration for the S3 Encryption Client. -
Uses of InstructionFileConfig in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return InstructionFileConfig Modifier and Type Method Description InstructionFileConfig
InstructionFileConfig.Builder. build()
Methods in software.amazon.encryption.s3.internal with parameters of type InstructionFileConfig Modifier and Type Method Description GetEncryptedObjectPipeline.Builder
GetEncryptedObjectPipeline.Builder. instructionFileConfig(InstructionFileConfig instructionFileConfig)
Constructors in software.amazon.encryption.s3.internal with parameters of type InstructionFileConfig Constructor Description ContentMetadataDecodingStrategy(InstructionFileConfig instructionFileConfig)
-