| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withCreatedDate(String createdDate)
The date when Fleet Advisor created the target engine recommendation.
|
Recommendation |
Recommendation.withData(RecommendationData data)
The recommendation of a target engine for the specified source database.
|
Recommendation |
Recommendation.withDatabaseId(String databaseId)
The identifier of the source database for which Fleet Advisor provided this recommendation.
|
Recommendation |
Recommendation.withEngineName(String engineName)
The name of the target engine.
|
Recommendation |
Recommendation.withPreferred(Boolean preferred)
Indicates that this target is the rightsized migration destination.
|
Recommendation |
Recommendation.withSettings(RecommendationSettings settings)
The settings in JSON format for the preferred target engine parameters.
|
Recommendation |
Recommendation.withStatus(String status)
The status of the target engine recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
DescribeRecommendationsResult.getRecommendations()
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationsResult |
DescribeRecommendationsResult.withRecommendations(Recommendation... recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
DescribeRecommendationsResult |
DescribeRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
Copyright © 2023. All rights reserved.