Class EndpointResolutionStage

java.lang.Object
software.amazon.awssdk.core.internal.http.pipeline.stages.EndpointResolutionStage
All Implemented Interfaces:
MutableRequestToRequestPipeline, RequestPipeline<SdkHttpFullRequest.Builder,SdkHttpFullRequest.Builder>

@SdkInternalApi public final class EndpointResolutionStage extends Object implements MutableRequestToRequestPipeline
Pipeline stage that resolves the endpoint using the service's endpoint rules engine.

This stage runs after all interceptors (including modifyHttpRequest) and after AuthSchemeResolutionStage. It calls a service-specific callback to resolve the endpoint, then applies the resolved URL, headers, and metrics.