Uses of Class
software.amazon.awssdk.crt.s3.ChecksumConfig.ChecksumLocation
-
Packages that use ChecksumConfig.ChecksumLocation Package Description software.amazon.awssdk.crt.s3 -
-
Uses of ChecksumConfig.ChecksumLocation in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ChecksumConfig.ChecksumLocation Modifier and Type Method Description ChecksumConfig.ChecksumLocationChecksumConfig. getChecksumLocation()static ChecksumConfig.ChecksumLocationChecksumConfig.ChecksumLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumConfig.ChecksumLocation[]ChecksumConfig.ChecksumLocation. 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 ChecksumConfig.ChecksumLocation Modifier and Type Method Description ChecksumConfigChecksumConfig. withChecksumLocation(ChecksumConfig.ChecksumLocation location)If NONE.
-