Uses of Class
com.amazonaws.services.redshift.model.EventCategoriesMap
Packages that use EventCategoriesMap
-
Uses of EventCategoriesMap in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventCategoriesMapModifier and TypeMethodDescriptionEventCategoriesMap.clone()
EventCategoriesMap.withEvents
(EventInfoMap... events) The events in the event category.EventCategoriesMap.withEvents
(Collection<EventInfoMap> events) The events in the event category.EventCategoriesMap.withSourceType
(String sourceType) The source type, such as cluster or cluster-snapshot, that the returned categories belong to.Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventCategoriesMapModifier and TypeMethodDescriptionDescribeEventCategoriesResult.getEventCategoriesMapList()
A list of event categories descriptions.Methods in com.amazonaws.services.redshift.model with parameters of type EventCategoriesMapModifier and TypeMethodDescriptionDescribeEventCategoriesResult.withEventCategoriesMapList
(EventCategoriesMap... eventCategoriesMapList) A list of event categories descriptions.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventCategoriesMapModifier and TypeMethodDescriptionvoid
DescribeEventCategoriesResult.setEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of event categories descriptions.DescribeEventCategoriesResult.withEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of event categories descriptions.