| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
EventDetails.getEvent()
Summary information about the event.
|
Event |
Event.withArn(String arn)
The unique identifier for the event.
|
Event |
Event.withAvailabilityZone(String availabilityZone)
The AWS Availability Zone of the event.
|
Event |
Event.withEndTime(Date endTime)
The date and time that the event ended.
|
Event |
Event.withEventTypeCategory(EventTypeCategory eventTypeCategory)
The
|
Event |
Event.withEventTypeCategory(String eventTypeCategory)
The
|
Event |
Event.withEventTypeCode(String eventTypeCode)
The unique identifier for the event type.
|
Event |
Event.withLastUpdatedTime(Date lastUpdatedTime)
The most recent date and time that the event was updated.
|
Event |
Event.withRegion(String region)
The AWS region name of the event.
|
Event |
Event.withService(String service)
The AWS service that is affected by the event.
|
Event |
Event.withStartTime(Date startTime)
The date and time that the event began.
|
Event |
Event.withStatusCode(EventStatusCode statusCode)
The most recent status of the event.
|
Event |
Event.withStatusCode(String statusCode)
The most recent status of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeEventsResult.getEvents()
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDetails.setEvent(Event event)
Summary information about the event.
|
EventDetails |
EventDetails.withEvent(Event event)
Summary information about the event.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsResult.setEvents(Collection<Event> events)
The events that match the specified filter criteria.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
The events that match the specified filter criteria.
|
Copyright © 2016. All rights reserved.