Uses of Enum
software.amazon.awssdk.core.checksums.ResponseChecksumValidation
Packages that use ResponseChecksumValidation
Package
Description
-
Uses of ResponseChecksumValidation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return ResponseChecksumValidationModifier and TypeMethodDescriptionstatic ResponseChecksumValidationReturns the appropriate ResponseChecksumValidation value after parsing the parameter.ResponseChecksumValidationResolver.resolve()Resolve which response checksum validation setting should be used, based on the configured values.static ResponseChecksumValidationReturns 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 ResponseChecksumValidationModifier and TypeMethodDescriptionResponseChecksumValidationResolver.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 ResponseChecksumValidationModifier and TypeFieldDescriptionstatic final 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 ResponseChecksumValidationModifier and TypeFieldDescriptionstatic final 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 ResponseChecksumValidationModifier and TypeMethodDescriptionBusinessMetricsUtils.resolveResponseChecksumValidationMetric(ResponseChecksumValidation responseChecksumValidation)