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