Uses of Class
software.amazon.awssdk.services.s3.model.ChecksumMode
-
Packages that use ChecksumMode Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ChecksumMode in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ChecksumMode Modifier and Type Method Description ChecksumModeGetObjectRequest. checksumMode()To retrieve the checksum, this mode must be enabled.ChecksumModeHeadObjectRequest. checksumMode()To retrieve the checksum, this parameter must be enabled.static ChecksumModeChecksumMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumModeChecksumMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumMode[]ChecksumMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ChecksumMode Modifier and Type Method Description static Set<ChecksumMode>ChecksumMode. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ChecksumMode Modifier and Type Method Description GetObjectRequest.BuilderGetObjectRequest.Builder. checksumMode(ChecksumMode checksumMode)To retrieve the checksum, this mode must be enabled.HeadObjectRequest.BuilderHeadObjectRequest.Builder. checksumMode(ChecksumMode checksumMode)To retrieve the checksum, this parameter must be enabled.
-