Class DefaultElasticLoadBalancingV2EndpointProvider
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancingv2.endpoints.internal.DefaultElasticLoadBalancingV2EndpointProvider
- All Implemented Interfaces:
EndpointProvider,ElasticLoadBalancingV2EndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultElasticLoadBalancingV2EndpointProvider
extends Object
implements ElasticLoadBalancingV2EndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint(ElasticLoadBalancingV2EndpointParams endpointParams) Compute the endpoint based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.endpoints.ElasticLoadBalancingV2EndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultElasticLoadBalancingV2EndpointProvider
public DefaultElasticLoadBalancingV2EndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(ElasticLoadBalancingV2EndpointParams endpointParams) Description copied from interface:ElasticLoadBalancingV2EndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceElasticLoadBalancingV2EndpointProvider
-