Uses of Class
software.amazon.awssdk.services.databasemigration.model.BatchStartRecommendationsErrorEntry
-
Packages that use BatchStartRecommendationsErrorEntry Package Description software.amazon.awssdk.services.databasemigration.model -
-
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 BatchStartRecommendationsErrorEntry Modifier and Type Method Description List<BatchStartRecommendationsErrorEntry>BatchStartRecommendationsResponse. 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 BatchStartRecommendationsErrorEntry Modifier and Type Method Description BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse.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 BatchStartRecommendationsErrorEntry Modifier and Type Method Description BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse.Builder. errorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)A list with error details about the analysis of each source database.
-