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