Uses of Class
software.amazon.awssdk.services.databasemigration.model.BatchStartRecommendationsErrorEntry
Packages that use BatchStartRecommendationsErrorEntry
-
Uses of BatchStartRecommendationsErrorEntry in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type BatchStartRecommendationsErrorEntryModifier and TypeMethodDescriptionBatchStartRecommendationsResponse.errorEntries()A list with error details about the analysis of each source database.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type BatchStartRecommendationsErrorEntryModifier and TypeMethodDescriptionBatchStartRecommendationsResponse.Builder.errorEntries(BatchStartRecommendationsErrorEntry... errorEntries) A list with error details about the analysis of each source database.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type BatchStartRecommendationsErrorEntryModifier and TypeMethodDescriptionBatchStartRecommendationsResponse.Builder.errorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries) A list with error details about the analysis of each source database.