Class HandleResponseStage<OutputT>

  • All Implemented Interfaces:
    RequestPipeline<software.amazon.awssdk.http.SdkHttpFullResponse,​Response<OutputT>>

    public class HandleResponseStage<OutputT>
    extends Object
    implements RequestPipeline<software.amazon.awssdk.http.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.