Uses of Interface
software.amazon.awssdk.services.databasemigration.model.BatchStartRecommendationsResponse.Builder
-
Packages that use BatchStartRecommendationsResponse.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of BatchStartRecommendationsResponse.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return BatchStartRecommendationsResponse.Builder Modifier and Type Method Description static BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse. builder()BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse.Builder. errorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)A list with error details about the analysis of each source database.BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse.Builder. errorEntries(Consumer<BatchStartRecommendationsErrorEntry.Builder>... errorEntries)A list with error details about the analysis of each source database.BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse.Builder. errorEntries(BatchStartRecommendationsErrorEntry... errorEntries)A list with error details about the analysis of each source database.BatchStartRecommendationsResponse.BuilderBatchStartRecommendationsResponse. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type BatchStartRecommendationsResponse.Builder Modifier and Type Method Description static Class<? extends BatchStartRecommendationsResponse.Builder>BatchStartRecommendationsResponse. serializableBuilderClass()
-