| Modifier and Type | Method and Description |
|---|---|
default B |
S3BaseClientBuilder.endpointProvider(S3EndpointProvider endpointProvider)
Set the
S3EndpointProvider implementation that will be used by the client to determine the endpoint for
each request. |
| Modifier and Type | Method and Description |
|---|---|
static S3EndpointProvider |
S3EndpointProvider.defaultProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultS3EndpointProvider |
| 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 BucketEndpointProvider |
BucketEndpointProvider.create(S3EndpointProvider delegateEndPointProvider,
Supplier<Region> regionSupplier) |
Copyright © 2023. All rights reserved.