Interface ElasticLoadBalancingV2EndpointProvider
-
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultElasticLoadBalancingV2EndpointProvider
@Generated("software.amazon.awssdk:codegen") public interface ElasticLoadBalancingV2EndpointProvider extends EndpointProvider
An endpoint provider for ElasticLoadBalancingV2. The endpoint provider takes a set of parameters usingElasticLoadBalancingV2EndpointParams
, and resolves anEndpoint
base on the given parameters.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ElasticLoadBalancingV2EndpointProvider
defaultProvider()
default CompletableFuture<Endpoint>
resolveEndpoint(Consumer<ElasticLoadBalancingV2EndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.CompletableFuture<Endpoint>
resolveEndpoint(ElasticLoadBalancingV2EndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
-
-
-
Method Detail
-
resolveEndpoint
CompletableFuture<Endpoint> resolveEndpoint(ElasticLoadBalancingV2EndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
-
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<ElasticLoadBalancingV2EndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
-
defaultProvider
static ElasticLoadBalancingV2EndpointProvider defaultProvider()
-
-