Interface AppflowEndpointProvider
- All Superinterfaces:
 EndpointProvider
- All Known Implementing Classes:
 DefaultAppflowEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public interface AppflowEndpointProvider
extends EndpointProvider
An endpoint provider for Appflow. The endpoint provider takes a set of parameters using 
AppflowEndpointParams
 , and resolves an Endpoint base on the given parameters.- 
Method Summary
Modifier and TypeMethodDescriptionstatic AppflowEndpointProviderdefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<AppflowEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint(AppflowEndpointParams 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<AppflowEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. - 
defaultProvider
 
 -