| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
EventDetailsErrorItem |
EventDetailsErrorItem.clone() |
EventDetailsErrorItem |
EventDetailsErrorItem.withErrorMessage(String errorMessage)
A message that describes the error.
|
EventDetailsErrorItem |
EventDetailsErrorItem.withErrorName(String errorName)
The name of the error.
|
EventDetailsErrorItem |
EventDetailsErrorItem.withEventArn(String eventArn)
The unique identifier for the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDetailsErrorItem> |
DescribeEventDetailsResult.getFailedSet()
Error messages for any events that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventDetailsResult |
DescribeEventDetailsResult.withFailedSet(EventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventDetailsResult.setFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResult |
DescribeEventDetailsResult.withFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
Copyright © 2016. All rights reserved.