Uses of Class
com.amazonaws.services.redshift.model.Event
Packages that use Event
-
Uses of Event in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventModifier and TypeMethodDescriptionEvent.clone()
The date and time of the event.Event.withEventCategories
(String... eventCategories) A list of the event categories.Event.withEventCategories
(Collection<String> eventCategories) A list of the event categories.Event.withEventId
(String eventId) The identifier of the event.Event.withMessage
(String message) The text of this event.Event.withSeverity
(String severity) The severity of the event.Event.withSourceIdentifier
(String sourceIdentifier) The identifier for the source of the event.Event.withSourceType
(SourceType sourceType) The source type for this event.Event.withSourceType
(String sourceType) The source type for this event.Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventMethods in com.amazonaws.services.redshift.model with parameters of type EventModifier and TypeMethodDescriptionDescribeEventsResult.withEvents
(Event... events) A list ofEvent
instances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventModifier and TypeMethodDescriptionvoid
DescribeEventsResult.setEvents
(Collection<Event> events) A list ofEvent
instances.DescribeEventsResult.withEvents
(Collection<Event> events) A list ofEvent
instances.