| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationEvent |
OrganizationEvent.clone() |
OrganizationEvent |
OrganizationEvent.withArn(String arn)
The unique identifier for the event.
|
OrganizationEvent |
OrganizationEvent.withEndTime(Date endTime)
The date and time that the event ended.
|
OrganizationEvent |
OrganizationEvent.withEventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific
event.
|
OrganizationEvent |
OrganizationEvent.withEventScopeCode(String eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific
event.
|
OrganizationEvent |
OrganizationEvent.withEventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
OrganizationEvent |
OrganizationEvent.withEventTypeCategory(String eventTypeCategory)
A list of event type category codes.
|
OrganizationEvent |
OrganizationEvent.withEventTypeCode(String eventTypeCode)
The unique identifier for the event type.
|
OrganizationEvent |
OrganizationEvent.withLastUpdatedTime(Date lastUpdatedTime)
The most recent date and time that the event was updated.
|
OrganizationEvent |
OrganizationEvent.withRegion(String region)
The Amazon Web Services Region name of the event.
|
OrganizationEvent |
OrganizationEvent.withService(String service)
The Amazon Web Services service that is affected by the event, such as EC2 and RDS.
|
OrganizationEvent |
OrganizationEvent.withStartTime(Date startTime)
The date and time that the event began.
|
OrganizationEvent |
OrganizationEvent.withStatusCode(EventStatusCode statusCode)
The most recent status of the event.
|
OrganizationEvent |
OrganizationEvent.withStatusCode(String statusCode)
The most recent status of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationEvent> |
DescribeEventsForOrganizationResult.getEvents()
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsForOrganizationResult |
DescribeEventsForOrganizationResult.withEvents(OrganizationEvent... events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsForOrganizationResult.setEvents(Collection<OrganizationEvent> events)
The events that match the specified filter criteria.
|
DescribeEventsForOrganizationResult |
DescribeEventsForOrganizationResult.withEvents(Collection<OrganizationEvent> events)
The events that match the specified filter criteria.
|
Copyright © 2023. All rights reserved.