| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withDate(Date date)
The date and time when the event occurred.
|
Event |
Event.withMessage(String message)
The text of the event.
|
Event |
Event.withSourceIdentifier(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(String sourceType)
Specifies the origin of this event - a cache cluster, a parameter
group, a security group, etc.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<Event> events)
A list of events.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
A list of events.
|
Copyright © 2015. All rights reserved.