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