Uses of Class
software.amazon.awssdk.crt.s3.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description software.amazon.awssdk.crt.s3 -
-
Uses of ChecksumAlgorithm in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithm
ChecksumConfig. getChecksumAlgorithm()
ChecksumAlgorithm
S3FinishedResponseContext. getChecksumAlgorithm()
ChecksumAlgorithm
S3MetaRequestOptions. getChecksumAlgorithm()
Deprecated.static ChecksumAlgorithm
ChecksumAlgorithm. getEnumValueFromInteger(int value)
static ChecksumAlgorithm
ChecksumAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChecksumAlgorithm[]
ChecksumAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.s3 that return types with arguments of type ChecksumAlgorithm Modifier and Type Method Description List<ChecksumAlgorithm>
ChecksumConfig. getValidateChecksumAlgorithmList()
Methods in software.amazon.awssdk.crt.s3 with parameters of type ChecksumAlgorithm Modifier and Type Method Description ChecksumConfig
ChecksumConfig. withChecksumAlgorithm(ChecksumAlgorithm algorithm)
The checksum algorithm used to calculate the checksum of payload uploaded.S3MetaRequestOptions
S3MetaRequestOptions. withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
Deprecated.Please useS3MetaRequestOptions.withChecksumConfig(ChecksumConfig)
instead.Method parameters in software.amazon.awssdk.crt.s3 with type arguments of type ChecksumAlgorithm Modifier and Type Method Description ChecksumConfig
ChecksumConfig. withValidateChecksumAlgorithmList(List<ChecksumAlgorithm> validateChecksumAlgorithmList)
Ignored when validate_response_checksum is not set.
-