Uses of Class
software.amazon.awssdk.core.checksums.ResponseChecksumValidation
-
-
Uses of ResponseChecksumValidation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return ResponseChecksumValidation Modifier and Type Method Description static ResponseChecksumValidationResponseChecksumValidation. fromValue(String s)Returns the appropriate ResponseChecksumValidation value after parsing the parameter.ResponseChecksumValidationResponseChecksumValidationResolver. resolve()Resolve which response checksum validation setting should be used, based on the configured values.static ResponseChecksumValidationResponseChecksumValidation. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseChecksumValidation[]ResponseChecksumValidation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.core.checksums with parameters of type ResponseChecksumValidation Modifier and Type Method Description ResponseChecksumValidationResolverResponseChecksumValidationResolver. defaultChecksumValidation(ResponseChecksumValidation defaultChecksumValidation)Configure theResponseChecksumValidationthat should be used if the mode is not specified anywhere else. -
Uses of ResponseChecksumValidation in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ResponseChecksumValidation Modifier and Type Field Description static SdkClientOption<ResponseChecksumValidation>SdkClientOption. RESPONSE_CHECKSUM_VALIDATIONThe response checksum validation setting. -
Uses of ResponseChecksumValidation in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ResponseChecksumValidation Modifier and Type Field Description static ExecutionAttribute<ResponseChecksumValidation>SdkInternalExecutionAttribute. RESPONSE_CHECKSUM_VALIDATIONThe response checksum validation setting. -
Uses of ResponseChecksumValidation in software.amazon.awssdk.core.internal.useragent
Methods in software.amazon.awssdk.core.internal.useragent with parameters of type ResponseChecksumValidation Modifier and Type Method Description static Optional<String>BusinessMetricsUtils. resolveResponseChecksumValidationMetric(ResponseChecksumValidation responseChecksumValidation)
-