Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartRecommendationsRequestEntry
-
Packages that use StartRecommendationsRequestEntry Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of StartRecommendationsRequestEntry in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type StartRecommendationsRequestEntry Modifier and Type Method Description List<StartRecommendationsRequestEntry>BatchStartRecommendationsRequest. data()Provides information about source databases to analyze.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type StartRecommendationsRequestEntry Modifier and Type Method Description BatchStartRecommendationsRequest.BuilderBatchStartRecommendationsRequest.Builder. data(StartRecommendationsRequestEntry... data)Provides information about source databases to analyze.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type StartRecommendationsRequestEntry Modifier and Type Method Description BatchStartRecommendationsRequest.BuilderBatchStartRecommendationsRequest.Builder. data(Collection<StartRecommendationsRequestEntry> data)Provides information about source databases to analyze.
-