| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
OrganizationEventDetails.getEvent() |
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 Amazon Web Services Availability Zone of the event.
|
Event |
Event.withEndTime(Date endTime)
The date and time that the event ended.
|
Event |
Event.withEventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.
|
Event |
Event.withEventScopeCode(String eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.
|
Event |
Event.withEventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
Event |
Event.withEventTypeCategory(String eventTypeCategory)
A list of event type category codes.
|
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 Amazon Web Services Region name of the event.
|
Event |
Event.withService(String service)
The Amazon Web 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 |
OrganizationEventDetails.setEvent(Event event) |
void |
EventDetails.setEvent(Event event)
Summary information about the event.
|
OrganizationEventDetails |
OrganizationEventDetails.withEvent(Event 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 © 2023. All rights reserved.