Uses of Interface
software.amazon.awssdk.services.databasemigration.model.EventCategoryGroup.Builder
Packages that use EventCategoryGroup.Builder
-
Uses of EventCategoryGroup.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EventCategoryGroup.BuilderModifier and TypeMethodDescriptionstatic EventCategoryGroup.BuilderEventCategoryGroup.builder()EventCategoryGroup.Builder.eventCategories(String... eventCategories) A list of event categories from a source type that you've chosen.EventCategoryGroup.Builder.eventCategories(Collection<String> eventCategories) A list of event categories from a source type that you've chosen.EventCategoryGroup.Builder.sourceType(String sourceType) The type of DMS resource that generates events.EventCategoryGroup.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EventCategoryGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventCategoryGroup.Builder>EventCategoryGroup.serializableBuilderClass()