|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
Uses of Event in com.amazonaws.services.rds.model |
---|
Methods in com.amazonaws.services.rds.model that return Event | |
---|---|
Event |
Event.withDate(Date date)
Specifies the date and time of the event. |
Event |
Event.withEventCategories(Collection<String> eventCategories)
Specifies the category for the event. |
Event |
Event.withEventCategories(String... eventCategories)
Specifies the category for the event. |
Event |
Event.withMessage(String message)
Provides the text of this event. |
Event |
Event.withSourceIdentifier(String sourceIdentifier)
Provides the identifier for the source of the event. |
Event |
Event.withSourceType(SourceType sourceType)
Specifies the source type for this event. |
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 Event | |
---|---|
List<Event> |
DescribeEventsResult.getEvents()
A list of Event instances. |
Methods in com.amazonaws.services.rds.model with parameters of type Event | |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
A list of Event instances. |
Method parameters in com.amazonaws.services.rds.model with type arguments of type Event | |
---|---|
void |
DescribeEventsResult.setEvents(Collection<Event> events)
A list of Event instances. |
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
A list of Event instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |