| Modifier and Type | Method and Description |
|---|---|
SdkHttpResponse |
AwsErrorDetails.sdkHttpResponse()
Returns a map of HTTP headers associated with the error response.
|
SdkHttpResponse |
AwsErrorDetails.Builder.sdkHttpResponse()
The HTTP response returned from the service.
|
SdkHttpResponse |
AwsErrorDetails.BuilderImpl.sdkHttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
AwsErrorDetails.Builder |
AwsErrorDetails.Builder.sdkHttpResponse(SdkHttpResponse sdkHttpResponse)
Specifies the
SdkHttpResponse returned on the error response from the service. |
AwsErrorDetails.Builder |
AwsErrorDetails.BuilderImpl.sdkHttpResponse(SdkHttpResponse sdkHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpResponse |
SdkResponse.sdkHttpResponse() |
SdkHttpResponse |
SdkResponse.Builder.sdkHttpResponse() |
SdkHttpResponse |
SdkResponse.BuilderImpl.sdkHttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SdkStandardLogger.logRequestId(SdkHttpResponse response)
Log the response status code and request ID
|
SdkResponse.Builder |
SdkResponse.Builder.sdkHttpResponse(SdkHttpResponse sdkHttpResponse) |
SdkResponse.Builder |
SdkResponse.BuilderImpl.sdkHttpResponse(SdkHttpResponse sdkHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpResponse |
InterceptorContext.httpResponse() |
SdkHttpResponse |
Context.AfterTransmission.httpResponse()
The HTTP response returned by the service with which the SDK is communicating.
|
default SdkHttpResponse |
ExecutionInterceptor.modifyHttpResponse(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is unmarshalled into an SdkResponse. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SdkHttpResponse> |
Context.FailedExecution.httpResponse()
The latest version of the
SdkHttpResponse available when the execution failed. |
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext.Builder |
InterceptorContext.Builder.httpResponse(SdkHttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdempotentAsyncResponseHandler.onHeaders(SdkHttpResponse headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterTransformingAsyncHttpResponseHandler.onHeaders(SdkHttpResponse headers) |
void |
CombinedResponseAsyncHttpResponseHandler.onHeaders(SdkHttpResponse response) |
void |
AsyncStreamingResponseHandler.onHeaders(SdkHttpResponse response) |
void |
AsyncResponseHandler.onHeaders(SdkHttpResponse response) |
void |
AsyncAfterTransmissionInterceptorCallingResponseHandler.onHeaders(SdkHttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryableStageHelper.setLastResponse(SdkHttpResponse lastResponse)
Set the last HTTP response returned by the service.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SdkHttpResponse> |
DefaultFailedExecutionContext.httpResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
ClockSkewAdjuster.getAdjustmentInSeconds(SdkHttpResponse response)
Returns the recommended clock adjustment that should be used for future requests (in seconds).
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<ChecksumAlgorithm,String> |
HttpChecksumUtils.getAlgorithmChecksumValuePair(SdkHttpResponse sdkHttpResponse,
ChecksumSpecs resolvedChecksumSpecs)
Loops through the supported list of checksum for the operation, and gets the header value for the checksum header.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Instant> |
ClockSkew.getServerTime(SdkHttpResponse serviceResponse)
Get the server time from the service response, or empty if the time could not be determined.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SdkHttpFullResponse
An immutable HTTP response with a possible HTTP body.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpResponse |
HttpExecuteResponse.httpResponse() |
| Modifier and Type | Method and Description |
|---|---|
HttpExecuteResponse.Builder |
HttpExecuteResponse.Builder.response(SdkHttpResponse response)
Set the HTTP response to be executed by the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdkHttpResponseHandler.headersReceived(SdkHttpResponse response)
Called when the initial response with headers is received.
|
void |
SdkAsyncHttpResponseHandler.onHeaders(SdkHttpResponse headers)
Called when the headers have been received.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChecksumsEnabledValidator.responseChecksumIsValid(SdkHttpResponse httpResponse) |
Copyright © 2026. All rights reserved.