Class HandleResponseStage<OutputT>

java.lang.Object
software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage<OutputT>
All Implemented Interfaces:
RequestPipeline<SdkHttpFullResponse,Response<OutputT>>

@SdkInternalApi public class HandleResponseStage<OutputT> extends Object implements RequestPipeline<SdkHttpFullResponse,Response<OutputT>>
Pipeline stage that executes an HttpResponseHandler to transform the response into a Response object that contains a flag indicating success of failure and an unmarshalled response object or exception as appropriate.