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