@Generated(value="software.amazon.awssdk:codegen") public interface CognitoSyncEndpointProvider extends EndpointProvider
CognitoSyncEndpointParams, and resolves an Endpoint base on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static CognitoSyncEndpointProvider |
defaultProvider() |
CompletableFuture<Endpoint> |
resolveEndpoint(CognitoSyncEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
|
default CompletableFuture<Endpoint> |
resolveEndpoint(Consumer<CognitoSyncEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> resolveEndpoint(CognitoSyncEndpointParams endpointParams)
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<CognitoSyncEndpointParams.Builder> endpointParamsConsumer)
static CognitoSyncEndpointProvider defaultProvider()
Copyright © 2023. All rights reserved.