Class DefaultElasticInferenceEndpointProvider
- java.lang.Object
-
- software.amazon.awssdk.services.elasticinference.endpoints.internal.DefaultElasticInferenceEndpointProvider
-
- All Implemented Interfaces:
EndpointProvider,ElasticInferenceEndpointProvider
@Generated("software.amazon.awssdk:codegen") public final class DefaultElasticInferenceEndpointProvider extends Object implements ElasticInferenceEndpointProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultElasticInferenceEndpointProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)inthashCode()CompletableFuture<Endpoint>resolveEndpoint(ElasticInferenceEndpointParams endpointParams)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.elasticinference.endpoints.ElasticInferenceEndpointProvider
resolveEndpoint
-
-
-
-
Method Detail
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(ElasticInferenceEndpointParams endpointParams)
Description copied from interface:ElasticInferenceEndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceElasticInferenceEndpointProvider
-
-