Uses of Class
software.amazon.awssdk.core.checksums.RequestChecksumCalculation
-
-
Uses of RequestChecksumCalculation in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return RequestChecksumCalculation Modifier and Type Method Description static RequestChecksumCalculationRequestChecksumCalculation. fromValue(String s)Returns the appropriate RequestChecksumCalculation value after parsing the parameter.RequestChecksumCalculationRequestChecksumCalculationResolver. resolve()Resolve which request checksum calculation setting should be used, based on the configured values.static RequestChecksumCalculationRequestChecksumCalculation. valueOf(String name)Returns 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 RequestChecksumCalculation Modifier and Type Method Description RequestChecksumCalculationResolverRequestChecksumCalculationResolver. 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 RequestChecksumCalculation Modifier and Type Field Description static 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 RequestChecksumCalculation Modifier and Type Field Description static 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 RequestChecksumCalculation Modifier and Type Method Description static Optional<String>BusinessMetricsUtils. resolveRequestChecksumCalculationMetric(RequestChecksumCalculation requestChecksumCalculation)
-