Interface EndpointResolver
Callback interface for resolving endpoints from the request and execution context.
-
Method Summary
Modifier and TypeMethodDescriptionresolve(SdkRequest request, ExecutionAttributes executionAttributes) Resolves the endpoint for the given request.
-
Method Details
-
resolve
Resolves the endpoint for the given request.- Parameters:
request- The SDK request (after interceptors have modified it)executionAttributes- The execution attributes containing client config, region, etc.- Returns:
- The resolved endpoint
-