Uses of Enum
software.amazon.awssdk.core.checksums.ChecksumValidation
Packages that use ChecksumValidation
-
Uses of ChecksumValidation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return ChecksumValidationModifier and TypeMethodDescriptionstatic ChecksumValidationReturns the enum constant of this type with the specified name.static ChecksumValidation[]ChecksumValidation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChecksumValidation in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ChecksumValidationModifier and TypeFieldDescriptionstatic final ExecutionAttribute<ChecksumValidation>SdkExecutionAttribute.HTTP_RESPONSE_CHECKSUM_VALIDATIONProvides the status ofChecksumValidationperformed on the response.