Uses of Class
software.amazon.awssdk.core.checksums.ChecksumValidation
-
Packages that use ChecksumValidation Package Description software.amazon.awssdk.core.checksums software.amazon.awssdk.core.interceptor -
-
Uses of ChecksumValidation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return ChecksumValidation Modifier and Type Method Description static ChecksumValidationChecksumValidation. valueOf(String name)Returns 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 ChecksumValidation Modifier and Type Field Description static ExecutionAttribute<ChecksumValidation>SdkExecutionAttribute. HTTP_RESPONSE_CHECKSUM_VALIDATIONProvides the status ofChecksumValidationperformed on the response.
-