| Modifier and Type | Method and Description |
|---|---|
Optional<AsyncRequestBody> |
EventStreamInitialRequestInterceptor.modifyAsyncHttpContent(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
SdkHttpRequest |
EventStreamInitialRequestInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpRequest |
TraceIdExecutionInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorContext
An SDK-internal implementation of
Context.AfterExecution and its parent interfaces. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<AsyncRequestBody> |
ExecutionInterceptor.modifyAsyncHttpContent(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
default Optional<RequestBody> |
ExecutionInterceptor.modifyHttpContent(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
default SdkHttpRequest |
ExecutionInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is sent to the service. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpRequest |
S3ResolveEndpointInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
SdkHttpRequest |
S3RequestSetEndpointInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RequestBody> |
CreateMultipartUploadRequestInterceptor.modifyHttpContent(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
SdkHttpRequest |
StreamingRequestInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
SdkHttpRequest |
LegacyMd5ExecutionInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
SdkHttpRequest |
EnableTrailingChecksumInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes)
Append trailing checksum header for
GetObjectRequest if trailing checksum is enabled from config,
ChecksumMode is disabled, and is not S3Express. |
SdkHttpRequest |
CreateMultipartUploadRequestInterceptor.modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
Copyright © 2026. All rights reserved.