Class MakeAsyncHttpRequestStage<OutputT>

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

public final class MakeAsyncHttpRequestStage<OutputT> extends Object implements RequestPipeline<CompletableFuture<SdkHttpFullRequest>,CompletableFuture<Response<OutputT>>>
Delegate to the HTTP implementation to make an HTTP request and receive the response.