Uses of Class
software.amazon.awssdk.services.databasemigration.model.EventCategoryGroup
Packages that use EventCategoryGroup
-
Uses of EventCategoryGroup in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EventCategoryGroupModifier and TypeMethodDescriptionfinal List<EventCategoryGroup>DescribeEventCategoriesResponse.eventCategoryGroupList()A list of event categories.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EventCategoryGroupModifier and TypeMethodDescriptionDescribeEventCategoriesResponse.Builder.eventCategoryGroupList(EventCategoryGroup... eventCategoryGroupList) A list of event categories.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type EventCategoryGroupModifier and TypeMethodDescriptionDescribeEventCategoriesResponse.Builder.eventCategoryGroupList(Collection<EventCategoryGroup> eventCategoryGroupList) A list of event categories.