Uses of Enum
software.amazon.awssdk.core.checksums.RequestChecksumCalculation
Packages that use RequestChecksumCalculation
Package
Description
-
Uses of RequestChecksumCalculation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return RequestChecksumCalculationModifier and TypeMethodDescriptionstatic RequestChecksumCalculationReturns the appropriate RequestChecksumCalculation value after parsing the parameter.RequestChecksumCalculationResolver.resolve()Resolve which request checksum calculation setting should be used, based on the configured values.static RequestChecksumCalculationReturns the enum constant of this type with the specified name.static RequestChecksumCalculation[]RequestChecksumCalculation.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 RequestChecksumCalculationModifier and TypeMethodDescriptionRequestChecksumCalculationResolver.defaultChecksumCalculation(RequestChecksumCalculation defaultChecksumCalculation) Configure theRequestChecksumCalculationthat should be used if the mode is not specified anywhere else. -
Uses of RequestChecksumCalculation in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type RequestChecksumCalculationModifier and TypeFieldDescriptionstatic final SdkClientOption<RequestChecksumCalculation>SdkClientOption.REQUEST_CHECKSUM_CALCULATIONThe request checksum calculation setting. -
Uses of RequestChecksumCalculation in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type RequestChecksumCalculationModifier and TypeFieldDescriptionstatic final ExecutionAttribute<RequestChecksumCalculation>SdkInternalExecutionAttribute.REQUEST_CHECKSUM_CALCULATIONThe request checksum calculation setting. -
Uses of RequestChecksumCalculation in software.amazon.awssdk.core.internal.useragent
Methods in software.amazon.awssdk.core.internal.useragent with parameters of type RequestChecksumCalculationModifier and TypeMethodDescriptionBusinessMetricsUtils.resolveRequestChecksumCalculationMetric(RequestChecksumCalculation requestChecksumCalculation)