| Modifier and Type | Method and Description |
|---|---|
static RequestChecksumCalculation |
RequestChecksumCalculation.fromValue(String s)
Returns the appropriate RequestChecksumCalculation value after parsing the parameter.
|
RequestChecksumCalculation |
RequestChecksumCalculationResolver.resolve()
Resolve which request checksum calculation setting should be used, based on the configured values.
|
static RequestChecksumCalculation |
RequestChecksumCalculation.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.
|
| Modifier and Type | Method and Description |
|---|---|
RequestChecksumCalculationResolver |
RequestChecksumCalculationResolver.defaultChecksumCalculation(RequestChecksumCalculation defaultChecksumCalculation)
Configure the
RequestChecksumCalculation that should be used if the mode is not specified anywhere else. |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<RequestChecksumCalculation> |
SdkClientOption.REQUEST_CHECKSUM_CALCULATION
The request checksum calculation setting.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<RequestChecksumCalculation> |
SdkInternalExecutionAttribute.REQUEST_CHECKSUM_CALCULATION
The request checksum calculation setting.
|
| Modifier and Type | Method and Description |
|---|---|
RequestChecksumCalculation |
S3ServiceClientConfiguration.requestChecksumCalculation()
Gets the value for client behavior for request checksum calculation
|
RequestChecksumCalculation |
S3ServiceClientConfiguration.Builder.requestChecksumCalculation()
Gets the value for client behavior for request checksum calculation
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfiguration.Builder.requestChecksumCalculation(RequestChecksumCalculation requestChecksumCalculation)
Sets the value for client behavior for request checksum calculation
|
default B |
S3BaseClientBuilder.requestChecksumCalculation(RequestChecksumCalculation requestChecksumCalculation)
Configures the client behavior for request checksum calculation.
|
| Modifier and Type | Method and Description |
|---|---|
RequestChecksumCalculation |
S3ServiceClientConfigurationBuilder.requestChecksumCalculation()
Gets the value for client behavior for request checksum calculation
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfigurationBuilder.requestChecksumCalculation(RequestChecksumCalculation requestChecksumCalculation)
Sets the value for client behavior for request checksum calculation
|
Copyright © 2026. All rights reserved.