| Package | Description | 
|---|---|
| com.amazonaws.http | |
| com.amazonaws.http.response | |
| com.amazonaws.protocol.json | |
| com.amazonaws.protocol.rpcv2cbor | 
| Modifier and Type | Method and Description | 
|---|---|
| AmazonWebServiceResponse<T> | StaxResponseHandler. handle(HttpResponse response) | 
| AmazonWebServiceResponse<T> | JsonResponseHandler. handle(HttpResponse response) | 
| AmazonWebServiceResponse<T> | RpcV2CborResponseHandler. handle(HttpResponse response) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Response<T> | AmazonHttpClient. execute(Request<?> request,
       HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
       HttpResponseHandler<AmazonServiceException> errorResponseHandler,
       ExecutionContext executionContext)Deprecated. 
 Use  AmazonHttpClient.requestExecutionBuilder()to configure and execute a HTTP request. | 
| <T> Response<T> | AmazonHttpClient. execute(Request<?> request,
       HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
       HttpResponseHandler<AmazonServiceException> errorResponseHandler,
       ExecutionContext executionContext,
       RequestConfig requestConfig) | 
| Constructor and Description | 
|---|
| AwsResponseHandlerAdapter(HttpResponseHandler<AmazonWebServiceResponse<T>> delegate,
                         Request<?> request,
                         AWSRequestMetrics awsRequestMetrics,
                         MetadataCache responseMetadataCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> HttpResponseHandler<AmazonWebServiceResponse<T>> | SdkJsonProtocolFactory. createResponseHandler(JsonOperationMetadata operationMetadata,
                     Unmarshaller<T,JsonUnmarshallerContext> responseUnmarshaller)Returns the response handler to be used for handling a successful response. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> HttpResponseHandler<AmazonWebServiceResponse<T>> | SdkRpcV2CborProtocolFactory. createResponseHandler(RpcV2CborOperationMetadata operationMetadata,
                     Unmarshaller<T,RpcV2CborUnmarshallerContext> responseUnmarshaller)Returns the response handler to be used for handling a successful response. | 
Copyright © 2025. All rights reserved.