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 EventCategoriesMapEventCategoriesMap. clone()EventCategoriesMapEventCategoriesMap. withEvents(EventInfoMap... events)The events in the event category.EventCategoriesMapEventCategoriesMap. withEvents(Collection<EventInfoMap> events)The events in the event category.EventCategoriesMapEventCategoriesMap. 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 DescribeEventCategoriesResultDescribeEventCategoriesResult. 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 voidDescribeEventCategoriesResult. setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of event categories descriptions.DescribeEventCategoriesResultDescribeEventCategoriesResult. withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list of event categories descriptions.
-