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 ChecksumAlgorithmChecksumConfig. getChecksumAlgorithm()ChecksumAlgorithmS3FinishedResponseContext. getChecksumAlgorithm()ChecksumAlgorithmS3MetaRequestOptions. getChecksumAlgorithm()Deprecated.static ChecksumAlgorithmChecksumAlgorithm. getEnumValueFromInteger(int value)static ChecksumAlgorithmChecksumAlgorithm. 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 ChecksumConfigChecksumConfig. withChecksumAlgorithm(ChecksumAlgorithm algorithm)The checksum algorithm used to calculate the checksum of payload uploaded.S3MetaRequestOptionsS3MetaRequestOptions. 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 ChecksumConfigChecksumConfig. withValidateChecksumAlgorithmList(List<ChecksumAlgorithm> validateChecksumAlgorithmList)Ignored when validate_response_checksum is not set.
-