public final class AwsClientEndpointProvider extends Object implements ClientEndpointProvider
ClientEndpointProvider that loads the default client endpoint from:
ServiceMetadata for the service| Modifier and Type | Class and Description |
|---|---|
static class |
AwsClientEndpointProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsClientEndpointProvider.Builder |
builder() |
URI |
clientEndpoint()
Retrieve the endpoint to be used by the client.
|
boolean |
isEndpointOverridden()
Return true if the endpoint was overridden by the customer, or false if it was loaded from the
ServiceMetadata. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, forEndpointOverridepublic static AwsClientEndpointProvider.Builder builder()
public URI clientEndpoint()
clientEndpoint in interface ClientEndpointProviderSdkClientException - If the endpoint could not be loaded or was invalidpublic boolean isEndpointOverridden()
ServiceMetadata.isEndpointOverridden in interface ClientEndpointProviderSdkClientException - If the endpoint could not be loaded or was invalidCopyright © 2026. All rights reserved.