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
S3FinishedResponseContext. getChecksumAlgorithm()
ChecksumAlgorithm
S3MetaRequestOptions. getChecksumAlgorithm()
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 with parameters of type ChecksumAlgorithm Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
-