Uses of Class
com.amazonaws.services.rds.model.EventCategoriesMap
-
Packages that use EventCategoriesMap Package Description com.amazonaws.services.rds.model -
-
Uses of EventCategoriesMap in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return EventCategoriesMap Modifier and Type Method Description EventCategoriesMapEventCategoriesMap. clone()EventCategoriesMapEventCategoriesMap. withEventCategories(String... eventCategories)The event categories for the specified source typeEventCategoriesMapEventCategoriesMap. withEventCategories(Collection<String> eventCategories)The event categories for the specified source typeEventCategoriesMapEventCategoriesMap. withSourceType(String sourceType)The source type that the returned categories belong toMethods in com.amazonaws.services.rds.model that return types with arguments of type EventCategoriesMap Modifier and Type Method Description List<EventCategoriesMap>DescribeEventCategoriesResult. getEventCategoriesMapList()A list of EventCategoriesMap data types.Methods in com.amazonaws.services.rds.model with parameters of type EventCategoriesMap Modifier and Type Method Description DescribeEventCategoriesResultDescribeEventCategoriesResult. withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)A list of EventCategoriesMap data types.Method parameters in com.amazonaws.services.rds.model with type arguments of type EventCategoriesMap Modifier and Type Method Description voidDescribeEventCategoriesResult. setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of EventCategoriesMap data types.DescribeEventCategoriesResultDescribeEventCategoriesResult. withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of EventCategoriesMap data types.
-