Uses of Class
software.amazon.awssdk.services.databasemigration.model.EventCategoryGroup
-
Packages that use EventCategoryGroup Package Description software.amazon.awssdk.services.databasemigration.model -
-
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 EventCategoryGroup Modifier and Type Method Description List<EventCategoryGroup>DescribeEventCategoriesResponse. eventCategoryGroupList()A list of event categories.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EventCategoryGroup Modifier and Type Method Description DescribeEventCategoriesResponse.BuilderDescribeEventCategoriesResponse.Builder. eventCategoryGroupList(EventCategoryGroup... eventCategoryGroupList)A list of event categories.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type EventCategoryGroup Modifier and Type Method Description DescribeEventCategoriesResponse.BuilderDescribeEventCategoriesResponse.Builder. eventCategoryGroupList(Collection<EventCategoryGroup> eventCategoryGroupList)A list of event categories.
-