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 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 TypeMethodDescriptionGetObjectRequest.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.