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 EventCategoriesMap
EventCategoriesMap. clone()
EventCategoriesMap
EventCategoriesMap. withEventCategories(String... eventCategories)
The event categories for the specified source typeEventCategoriesMap
EventCategoriesMap. withEventCategories(Collection<String> eventCategories)
The event categories for the specified source typeEventCategoriesMap
EventCategoriesMap. 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 DescribeEventCategoriesResult
DescribeEventCategoriesResult. 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 void
DescribeEventCategoriesResult. setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.DescribeEventCategoriesResult
DescribeEventCategoriesResult. withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
-