Uses of Interface
software.amazon.awssdk.core.ClientEndpointProvider
-
Packages that use ClientEndpointProvider Package Description software.amazon.awssdk.core software.amazon.awssdk.core.client.config software.amazon.awssdk.core.interceptor software.amazon.awssdk.core.internal -
-
Uses of ClientEndpointProvider in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ClientEndpointProvider Modifier and Type Method Description static ClientEndpointProvider
ClientEndpointProvider. create(URI uri, boolean isEndpointOverridden)
Create a client endpoint provider that uses the provided static URI and override settings.static ClientEndpointProvider
ClientEndpointProvider. forEndpointOverride(URI uri)
Create a client endpoint provider that uses the provided URI and returns true fromisEndpointOverridden()
. -
Uses of ClientEndpointProvider in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ClientEndpointProvider Modifier and Type Field Description static SdkClientOption<ClientEndpointProvider>
SdkClientOption. CLIENT_ENDPOINT_PROVIDER
A provider for the client-level endpoint configuration. -
Uses of ClientEndpointProvider in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ClientEndpointProvider Modifier and Type Field Description static ExecutionAttribute<ClientEndpointProvider>
SdkInternalExecutionAttribute. CLIENT_ENDPOINT_PROVIDER
The endpoint provider used to resolve the endpoint of the client. -
Uses of ClientEndpointProvider in software.amazon.awssdk.core.internal
Classes in software.amazon.awssdk.core.internal that implement ClientEndpointProvider Modifier and Type Class Description class
StaticClientEndpointProvider
An implementation ofClientEndpointProvider
that uses static values.
-