Class CombinedResponseAsyncHttpResponseHandler<OutputT>

java.lang.Object
software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler<OutputT>
All Implemented Interfaces:
TransformingAsyncResponseHandler<Response<OutputT>>, SdkAsyncHttpResponseHandler

public final class CombinedResponseAsyncHttpResponseHandler<OutputT> extends Object implements TransformingAsyncResponseHandler<Response<OutputT>>
Detects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate async response handler. Can be used with streaming or non-streaming requests.