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 Constructor Description DefaultElasticLoadBalancingV2EndpointProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)inthashCode()CompletableFuture<Endpoint>resolveEndpoint(ElasticLoadBalancingV2EndpointParams params)Compute the endpoint based on the given set of parameters.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.endpoints.ElasticLoadBalancingV2EndpointProvider
resolveEndpoint
-
-
-
-
Method Detail
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(ElasticLoadBalancingV2EndpointParams params)
Description copied from interface:ElasticLoadBalancingV2EndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceElasticLoadBalancingV2EndpointProvider
-
-