Uses of Class
com.amazonaws.services.rds.model.EventCategoriesMap
Packages that use EventCategoriesMap
-
Uses of EventCategoriesMap in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return EventCategoriesMapModifier and TypeMethodDescriptionEventCategoriesMap.clone()
EventCategoriesMap.withEventCategories
(String... eventCategories) The event categories for the specified source typeEventCategoriesMap.withEventCategories
(Collection<String> eventCategories) The event categories for the specified source typeEventCategoriesMap.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 EventCategoriesMapModifier and TypeMethodDescriptionDescribeEventCategoriesResult.getEventCategoriesMapList()
A list of EventCategoriesMap data types.Methods in com.amazonaws.services.rds.model with parameters of type EventCategoriesMapModifier and TypeMethodDescriptionDescribeEventCategoriesResult.withEventCategoriesMapList
(EventCategoriesMap... eventCategoriesMapList) A list of EventCategoriesMap data types.Method parameters in com.amazonaws.services.rds.model with type arguments of type EventCategoriesMapModifier and TypeMethodDescriptionvoid
DescribeEventCategoriesResult.setEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of EventCategoriesMap data types.DescribeEventCategoriesResult.withEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of EventCategoriesMap data types.