Uses of Class
com.amazonaws.services.redshift.model.EventCategoriesMap
-
Packages that use EventCategoriesMap Package Description com.amazonaws.services.redshift.model -
-
Uses of EventCategoriesMap in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventCategoriesMap Modifier and Type Method Description EventCategoriesMap
EventCategoriesMap. clone()
EventCategoriesMap
EventCategoriesMap. withEvents(EventInfoMap... events)
The events in the event category.EventCategoriesMap
EventCategoriesMap. withEvents(Collection<EventInfoMap> events)
The events in the event category.EventCategoriesMap
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 EventCategoriesMap Modifier and Type Method Description List<EventCategoriesMap>
DescribeEventCategoriesResult. getEventCategoriesMapList()
A list of event categories descriptions.Methods in com.amazonaws.services.redshift.model with parameters of type EventCategoriesMap Modifier and Type Method Description DescribeEventCategoriesResult
DescribeEventCategoriesResult. withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of event categories descriptions.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventCategoriesMap Modifier and Type Method Description void
DescribeEventCategoriesResult. setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.DescribeEventCategoriesResult
DescribeEventCategoriesResult. withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
-