Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Event> |
DescribeEventsResult.events
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.withDate(java.util.Date dateValue)
Specifies the date and time of the event.
|
Event |
Event.withEventCategories(java.util.Collection<java.lang.String> eventCategories)
Specifies the category for the event.
|
Event |
Event.withEventCategories(java.lang.String... eventCategories)
Specifies the category for the event.
|
Event |
Event.withMessage(java.lang.String message)
Provides the text of this event.
|
Event |
Event.withSourceIdentifier(java.lang.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(java.lang.String sourceType)
Specifies the source type for this event.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
DescribeEventsResult.getEvents()
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventsResult.setEvents(java.util.Collection<Event> events)
A list of Event instances.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(java.util.Collection<Event> events)
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |