Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartRecommendationsRequestEntry
Packages that use StartRecommendationsRequestEntry
-
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 StartRecommendationsRequestEntryModifier and TypeMethodDescriptionBatchStartRecommendationsRequest.data()Provides information about source databases to analyze.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type StartRecommendationsRequestEntryModifier and TypeMethodDescriptionBatchStartRecommendationsRequest.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 StartRecommendationsRequestEntryModifier and TypeMethodDescriptionBatchStartRecommendationsRequest.Builder.data(Collection<StartRecommendationsRequestEntry> data) Provides information about source databases to analyze.