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