Uses of Class
software.amazon.awssdk.crt.s3.ChecksumConfig
-
Packages that use ChecksumConfig Package Description software.amazon.awssdk.crt.s3 -
-
Uses of ChecksumConfig in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumConfig Modifier and Type Method Description ChecksumConfigS3MetaRequestOptions. getChecksumConfig()ChecksumConfigChecksumConfig. withChecksumAlgorithm(ChecksumAlgorithm algorithm)The checksum algorithm used to calculate the checksum of payload uploaded.ChecksumConfigChecksumConfig. withChecksumLocation(ChecksumConfig.ChecksumLocation location)If NONE.ChecksumConfigChecksumConfig. withValidateChecksum(boolean validateChecksum)Enable checksum mode header will be attached to get requests, this will tell s3 to send back checksums headers if they exist.ChecksumConfigChecksumConfig. withValidateChecksumAlgorithmList(List<ChecksumAlgorithm> validateChecksumAlgorithmList)Ignored when validate_response_checksum is not set.Methods in software.amazon.awssdk.crt.s3 with parameters of type ChecksumConfig Modifier and Type Method Description S3MetaRequestOptionsS3MetaRequestOptions. withChecksumConfig(ChecksumConfig checksumConfig)The config related to checksum used for the meta request.
-