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