Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Event> |
DescribeEventsResult.events
A list of events.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.withDate(java.util.Date dateValue)
The date and time when the event occurred.
|
Event |
Event.withMessage(java.lang.String message)
The text of the event.
|
Event |
Event.withSourceIdentifier(java.lang.String sourceIdentifier)
The identifier for the source of the event.
|
Event |
Event.withSourceType(SourceType sourceType)
Specifies the origin of this event - a cache cluster, a parameter group,
a security group, etc.
|
Event |
Event.withSourceType(java.lang.String sourceType)
Specifies the origin of this event - a cache cluster, a parameter group,
a security group, etc.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
DescribeEventsResult.getEvents()
A list of events.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
A list of events.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventsResult.setEvents(java.util.Collection<Event> events)
A list of events.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(java.util.Collection<Event> events)
A list of events.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |