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 EventInfoMap
EventInfoMap. clone()
EventInfoMap
EventInfoMap. withEventCategories(String... eventCategories)
The category of an Amazon Redshift event.EventInfoMap
EventInfoMap. withEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.EventInfoMap
EventInfoMap. withEventDescription(String eventDescription)
The description of an Amazon Redshift event.EventInfoMap
EventInfoMap. withEventId(String eventId)
The identifier of an Amazon Redshift event.EventInfoMap
EventInfoMap. 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 EventCategoriesMap
EventCategoriesMap. 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 void
EventCategoriesMap. setEvents(Collection<EventInfoMap> events)
The events in the event category.EventCategoriesMap
EventCategoriesMap. withEvents(Collection<EventInfoMap> events)
The events in the event category.
-