Uses of Interface
software.amazon.awssdk.core.ClientEndpointProvider
Packages that use ClientEndpointProvider
Package
Description
-
Uses of ClientEndpointProvider in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ClientEndpointProviderModifier and TypeMethodDescriptionstatic ClientEndpointProviderCreate a client endpoint provider that uses the provided static URI and override settings.static ClientEndpointProviderClientEndpointProvider.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 ClientEndpointProviderModifier and TypeFieldDescriptionstatic final SdkClientOption<ClientEndpointProvider>SdkClientOption.CLIENT_ENDPOINT_PROVIDERA 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 ClientEndpointProviderModifier and TypeFieldDescriptionstatic final ExecutionAttribute<ClientEndpointProvider>SdkInternalExecutionAttribute.CLIENT_ENDPOINT_PROVIDERThe 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 ClientEndpointProviderModifier and TypeClassDescriptionclassAn implementation ofClientEndpointProviderthat uses static values.