| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventDetails |
EventDetails.addEventMetadataEntry(String key,
String value) |
EventDetails |
EventDetails.clearEventMetadataEntries()
Removes all the entries added into EventMetadata.
|
EventDetails |
EventDetails.clone() |
EventDetails |
EventDetails.withEvent(Event event)
Summary information about the event.
|
EventDetails |
EventDetails.withEventDescription(EventDescription eventDescription)
The most recent description of the event.
|
EventDetails |
EventDetails.withEventMetadata(Map<String,String> eventMetadata)
Additional metadata about the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDetails> |
DescribeEventDetailsResult.getSuccessfulSet()
Information about the events that could be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventDetailsResult |
DescribeEventDetailsResult.withSuccessfulSet(EventDetails... successfulSet)
Information about the events that could be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventDetailsResult.setSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
|
DescribeEventDetailsResult |
DescribeEventDetailsResult.withSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
|
Copyright © 2018. All rights reserved.