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