Interface RequestToRequestPipeline

All Superinterfaces:
RequestPipeline<SdkHttpFullRequest,SdkHttpFullRequest>
All Known Implementing Classes:
BeforeTransmissionExecutionInterceptorsStage, SigningStage

public interface RequestToRequestPipeline extends RequestPipeline<SdkHttpFullRequest,SdkHttpFullRequest>
Pipeline stage that is a transformation on an immutable SdkHttpFullRequest.
  • Method Summary

    Methods inherited from interface software.amazon.awssdk.core.internal.http.pipeline.RequestPipeline

    execute