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