Uses of Class
software.amazon.awssdk.services.databasemigration.model.Recommendation
-
Packages that use Recommendation Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of Recommendation in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>DescribeRecommendationsResponse. recommendations()The list of recommendations of target engines that Fleet Advisor created for the source database.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type Recommendation Modifier and Type Method Description DescribeRecommendationsResponse.BuilderDescribeRecommendationsResponse.Builder. recommendations(Recommendation... recommendations)The list of recommendations of target engines that Fleet Advisor created for the source database.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Recommendation Modifier and Type Method Description DescribeRecommendationsResponse.BuilderDescribeRecommendationsResponse.Builder. recommendations(Collection<Recommendation> recommendations)The list of recommendations of target engines that Fleet Advisor created for the source database.
-