public class BeforeUnmarshallingExecutionInterceptorsStage extends Object implements RequestPipeline<<any>,SdkHttpFullResponse>
ExecutionInterceptor.beforeUnmarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes) callback to allow for pre-processing on the SdkHttpResponse
before it is handed off to the unmarshaller.| Constructor and Description |
|---|
BeforeUnmarshallingExecutionInterceptorsStage() |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullResponse |
execute(<any> input,
RequestExecutionContext context)
Execute the pipeline with the given input.
|
public BeforeUnmarshallingExecutionInterceptorsStage()
public SdkHttpFullResponse execute(<any> input,
RequestExecutionContext context)
throws Exception
RequestPipelineexecute in interface RequestPipeline<<any>,SdkHttpFullResponse>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.wrappedWith(BiFunction).Copyright © 2021. All rights reserved.