Uses of Class
software.amazon.awssdk.services.databasemigration.model.Recommendation
Packages that use Recommendation
-
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 RecommendationModifier and TypeMethodDescriptionfinal 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 RecommendationModifier and TypeMethodDescriptionDescribeRecommendationsResponse.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 RecommendationModifier and TypeMethodDescriptionDescribeRecommendationsResponse.Builder.recommendations(Collection<Recommendation> recommendations) The list of recommendations of target engines that Fleet Advisor created for the source database.