RequestPipeline<SdkHttpFullRequest,SdkHttpFullRequest>
, RequestToRequestPipeline
public class AttachRequestConfigStage extends Object implements RequestToRequestPipeline
RequestConfig
to the SdkHttpFullRequest
.Constructor | Description |
---|---|
AttachRequestConfigStage() |
Modifier and Type | Method | Description |
---|---|---|
SdkHttpFullRequest |
execute(SdkHttpFullRequest input,
RequestExecutionContext context) |
Execute the pipeline with the given input.
|
public SdkHttpFullRequest execute(SdkHttpFullRequest input, RequestExecutionContext context) throws Exception
RequestPipeline
execute
in interface RequestPipeline<SdkHttpFullRequest,SdkHttpFullRequest>
input
- Input to pipeline.context
- Context containing both request dependencies, and a container for any mutable state that must be shared
between stages.Exception
- If any error occurs. This will be thrown out of the pipeline, if exceptions must be handled see
RequestPipelineBuilder.wrap(BiFunction)
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.