| Modifier and Type | Field and Description |
|---|---|
protected EndpointProvider |
AwsServiceClientConfiguration.BuilderImpl.endpointProvider |
| Modifier and Type | Method and Description |
|---|---|
EndpointProvider |
AwsServiceClientConfiguration.BuilderImpl.endpointProvider() |
| Modifier and Type | Method and Description |
|---|---|
default AwsServiceClientConfiguration.Builder |
AwsServiceClientConfiguration.Builder.endpointProvider(EndpointProvider endpointProvider) |
| Modifier and Type | Method and Description |
|---|---|
default EndpointProvider |
SdkServiceClientConfiguration.Builder.endpointProvider() |
EndpointProvider |
RequestOverrideConfiguration.Builder.endpointProvider() |
EndpointProvider |
RequestOverrideConfiguration.BuilderImpl.endpointProvider() |
| Modifier and Type | Method and Description |
|---|---|
Optional<EndpointProvider> |
SdkServiceClientConfiguration.endpointProvider() |
Optional<EndpointProvider> |
RequestOverrideConfiguration.endpointProvider()
Returns the endpoint provider for resolving the endpoint for this request.
|
| Modifier and Type | Method and Description |
|---|---|
default SdkServiceClientConfiguration.Builder |
SdkServiceClientConfiguration.Builder.endpointProvider(EndpointProvider endpointProvider) |
B |
RequestOverrideConfiguration.Builder.endpointProvider(EndpointProvider endpointProvider)
Sets the endpointProvider to use for resolving the endpoint of the request.
|
B |
RequestOverrideConfiguration.BuilderImpl.endpointProvider(EndpointProvider endpointProvider) |
void |
RequestOverrideConfiguration.BuilderImpl.setEndpointProvider(EndpointProvider endpointProvider) |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<EndpointProvider> |
SdkClientOption.ENDPOINT_PROVIDER
The
EndpointProvider configured on the client. |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<EndpointProvider> |
SdkInternalExecutionAttribute.ENDPOINT_PROVIDER
The endpoint provider used to resolve the destination endpoint for a request.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointProvider |
S3ServiceClientConfiguration.Builder.endpointProvider()
Gets the value for endpoint provider
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfiguration.Builder.endpointProvider(EndpointProvider endpointProvider)
Sets the value for endpoint provider
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
S3EndpointProvider
An endpoint provider for S3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultS3EndpointProvider |
| Modifier and Type | Method and Description |
|---|---|
EndpointProvider |
S3ServiceClientConfigurationBuilder.endpointProvider()
Gets the value for endpoint provider
|
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfigurationBuilder.endpointProvider(EndpointProvider endpointProvider)
Sets the value for endpoint provider
|
| Modifier and Type | Class and Description |
|---|---|
class |
BucketEndpointProvider
Decorator S3EndpointProvider which updates the region with the one that is supplied during its instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends S3Request> |
CrossRegionUtils.requestWithDecoratedEndpointProvider(T request,
Supplier<Region> regionSupplier,
EndpointProvider clientEndpointProvider) |
Copyright © 2026. All rights reserved.