| Package | Description |
|---|---|
| com.ibm.cos.v2.awscore.endpoint | |
| com.ibm.cos.v2.core | |
| com.ibm.cos.v2.core.client.config | |
| com.ibm.cos.v2.core.interceptor | |
| com.ibm.cos.v2.core.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsClientEndpointProvider
An implementation of
ClientEndpointProvider that loads the default client endpoint from:
The client-level endpoint override
The service-specific endpoint override system property (e.g. |
| Modifier and Type | Method and 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 from
isEndpointOverridden(). |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<ClientEndpointProvider> |
SdkClientOption.CLIENT_ENDPOINT_PROVIDER
A provider for the client-level endpoint configuration.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<ClientEndpointProvider> |
SdkInternalExecutionAttribute.CLIENT_ENDPOINT_PROVIDER
The endpoint provider used to resolve the endpoint of the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticClientEndpointProvider
An implementation of
ClientEndpointProvider that uses static values. |
Copyright © 2026. All rights reserved.