Uses of Enum
software.amazon.awssdk.crt.s3.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
-
Uses of ChecksumAlgorithm in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumAlgorithmModifier and TypeMethodDescriptionChecksumConfig.getChecksumAlgorithm()
S3FinishedResponseContext.getChecksumAlgorithm()
S3MetaRequestOptions.getChecksumAlgorithm()
Deprecated.static ChecksumAlgorithm
ChecksumAlgorithm.getEnumValueFromInteger
(int value) static ChecksumAlgorithm
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 ChecksumAlgorithmMethods in software.amazon.awssdk.crt.s3 with parameters of type ChecksumAlgorithmModifier and TypeMethodDescriptionChecksumConfig.withChecksumAlgorithm
(ChecksumAlgorithm algorithm) The checksum algorithm used to calculate the checksum of payload uploaded.S3MetaRequestOptions.withChecksumAlgorithm
(ChecksumAlgorithm checksumAlgorithm) Deprecated.Method parameters in software.amazon.awssdk.crt.s3 with type arguments of type ChecksumAlgorithmModifier and TypeMethodDescriptionChecksumConfig.withValidateChecksumAlgorithmList
(List<ChecksumAlgorithm> validateChecksumAlgorithmList) Ignored when validate_response_checksum is not set.
S3MetaRequestOptions.withChecksumConfig(ChecksumConfig)
instead.