Uses of Class
com.amazonaws.services.redshift.model.Event
-
Packages that use Event Package Description com.amazonaws.services.redshift.model -
-
Uses of Event in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return Event Modifier and Type Method Description EventEvent. clone()EventEvent. withDate(Date dateValue)The date and time of the event.EventEvent. withEventCategories(String... eventCategories)A list of the event categories.EventEvent. withEventCategories(Collection<String> eventCategories)A list of the event categories.EventEvent. withEventId(String eventId)The identifier of the event.EventEvent. withMessage(String message)The text of this event.EventEvent. withSeverity(String severity)The severity of the event.EventEvent. withSourceIdentifier(String sourceIdentifier)The identifier for the source of the event.EventEvent. withSourceType(SourceType sourceType)The source type for this event.EventEvent. withSourceType(String sourceType)The source type for this event.Methods in com.amazonaws.services.redshift.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeEventsResult. getEvents()A list ofEventinstances.Methods in com.amazonaws.services.redshift.model with parameters of type Event Modifier and Type Method Description DescribeEventsResultDescribeEventsResult. withEvents(Event... events)A list ofEventinstances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type Event Modifier and Type Method Description voidDescribeEventsResult. setEvents(Collection<Event> events)A list ofEventinstances.DescribeEventsResultDescribeEventsResult. withEvents(Collection<Event> events)A list ofEventinstances.
-