| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default StartRecommendationsResponse |
DatabaseMigrationClient.startRecommendations(Consumer<StartRecommendationsRequest.Builder> startRecommendationsRequest)
Starts the analysis of your source database to provide recommendations of target engines.
|
default StartRecommendationsResponse |
DatabaseMigrationClient.startRecommendations(StartRecommendationsRequest startRecommendationsRequest)
Starts the analysis of your source database to provide recommendations of target engines.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartRecommendationsResponse> |
DatabaseMigrationAsyncClient.startRecommendations(Consumer<StartRecommendationsRequest.Builder> startRecommendationsRequest)
Starts the analysis of your source database to provide recommendations of target engines.
|
default CompletableFuture<StartRecommendationsResponse> |
DatabaseMigrationAsyncClient.startRecommendations(StartRecommendationsRequest startRecommendationsRequest)
Starts the analysis of your source database to provide recommendations of target engines.
|
Copyright © 2023. All rights reserved.