Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.endpoints.MigrationHubStrategyEndpointParams.Builder
-
Packages that use MigrationHubStrategyEndpointParams.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.endpoints -
-
Uses of MigrationHubStrategyEndpointParams.Builder in software.amazon.awssdk.services.migrationhubstrategy.endpoints
Methods in software.amazon.awssdk.services.migrationhubstrategy.endpoints that return MigrationHubStrategyEndpointParams.Builder Modifier and Type Method Description static MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams. builder()MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams.Builder. endpoint(String endpoint)MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams.Builder. region(Region region)MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams. toBuilder()MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams.Builder. useDualStack(Boolean useDualStack)MigrationHubStrategyEndpointParams.BuilderMigrationHubStrategyEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.migrationhubstrategy.endpoints with type arguments of type MigrationHubStrategyEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>MigrationHubStrategyEndpointProvider. resolveEndpoint(Consumer<MigrationHubStrategyEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-