Uses of Class
com.amazonaws.services.redshift.model.EventInfoMap
-
Packages that use EventInfoMap Package Description com.amazonaws.services.redshift.model -
-
Uses of EventInfoMap in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventInfoMap Modifier and Type Method Description EventInfoMapEventInfoMap. clone()EventInfoMapEventInfoMap. withEventCategories(String... eventCategories)The category of an Amazon Redshift event.EventInfoMapEventInfoMap. withEventCategories(Collection<String> eventCategories)The category of an Amazon Redshift event.EventInfoMapEventInfoMap. withEventDescription(String eventDescription)The description of an Amazon Redshift event.EventInfoMapEventInfoMap. withEventId(String eventId)The identifier of an Amazon Redshift event.EventInfoMapEventInfoMap. withSeverity(String severity)The severity of the event.Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventInfoMap Modifier and Type Method Description List<EventInfoMap>EventCategoriesMap. getEvents()The events in the event category.Methods in com.amazonaws.services.redshift.model with parameters of type EventInfoMap Modifier and Type Method Description EventCategoriesMapEventCategoriesMap. withEvents(EventInfoMap... events)The events in the event category.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventInfoMap Modifier and Type Method Description voidEventCategoriesMap. setEvents(Collection<EventInfoMap> events)The events in the event category.EventCategoriesMapEventCategoriesMap. withEvents(Collection<EventInfoMap> events)The events in the event category.
-