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