Class DefaultApplicationCostProfilerEndpointProvider
java.lang.Object
software.amazon.awssdk.services.applicationcostprofiler.endpoints.internal.DefaultApplicationCostProfilerEndpointProvider
- All Implemented Interfaces:
EndpointProvider
,ApplicationCostProfilerEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultApplicationCostProfilerEndpointProvider
extends Object
implements ApplicationCostProfilerEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint
(ApplicationCostProfilerEndpointParams 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, wait
Methods inherited from interface software.amazon.awssdk.services.applicationcostprofiler.endpoints.ApplicationCostProfilerEndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultApplicationCostProfilerEndpointProvider
public DefaultApplicationCostProfilerEndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(ApplicationCostProfilerEndpointParams endpointParams) Description copied from interface:ApplicationCostProfilerEndpointProvider
Compute the endpoint based on the given set of parameters.- Specified by:
resolveEndpoint
in interfaceApplicationCostProfilerEndpointProvider
-