Interface S3FilesEndpointProvider
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultS3FilesEndpointProvider
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface S3FilesEndpointProvider
extends EndpointProvider
An endpoint provider for S3Files. The endpoint provider takes a set of parameters using
S3FilesEndpointParams
, and resolves an Endpoint base on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic S3FilesEndpointProviderdefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<S3FilesEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint(S3FilesEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.
-
Method Details
-
resolveEndpoint
Compute the endpoint based on the given set of parameters. -
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<S3FilesEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. -
defaultProvider
-