Uses of Enum
software.amazon.awssdk.services.s3.model.ChecksumMode
Packages that use ChecksumMode
-
Uses of ChecksumMode in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ChecksumModeModifier and TypeMethodDescriptionfinal ChecksumModeGetObjectAnnotationRequest.checksumMode()Set toENABLEDto validate the checksum of the annotation payload on retrieval.final ChecksumModeGetObjectRequest.checksumMode()To retrieve the checksum, this mode must be enabled.final ChecksumModeHeadObjectRequest.checksumMode()To retrieve the checksum, this parameter must be enabled.static ChecksumModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumModeReturns 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 ChecksumModeMethods in software.amazon.awssdk.services.s3.model with parameters of type ChecksumModeModifier and TypeMethodDescriptionGetObjectAnnotationRequest.Builder.checksumMode(ChecksumMode checksumMode) Set toENABLEDto validate the checksum of the annotation payload on retrieval.GetObjectRequest.Builder.checksumMode(ChecksumMode checksumMode) To retrieve the checksum, this mode must be enabled.HeadObjectRequest.Builder.checksumMode(ChecksumMode checksumMode) To retrieve the checksum, this parameter must be enabled.