| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| 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)
A user-defined message associated with the event.
|
Event |
Event.withSourceName(String sourceName)
The source of the event.
|
Event |
Event.withSourceType(SourceType sourceType)
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
|
Event |
Event.withSourceType(String sourceType)
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeEventsResult.getEvents()
An array of events.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
An array of events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsResult.setEvents(Collection<Event> events)
An array of events.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
An array of events.
|
Copyright © 2023. All rights reserved.