| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
HealthEvent |
HealthEvent.clone() |
HealthEvent |
HealthEvent.withCreatedAt(Date createdAt)
When the health event was created.
|
HealthEvent |
HealthEvent.withEndedAt(Date endedAt)
The time when a health event ended.
|
HealthEvent |
HealthEvent.withEventArn(String eventArn)
The Amazon Resource Name (ARN) of the event.
|
HealthEvent |
HealthEvent.withEventId(String eventId)
The internally generated identifier of a specific network traffic impairment health event.
|
HealthEvent |
HealthEvent.withHealthScoreThreshold(Double healthScoreThreshold)
The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch
Internet Monitor created the health event.
|
HealthEvent |
HealthEvent.withImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations impacted by the health event.
|
HealthEvent |
HealthEvent.withImpactedLocations(ImpactedLocation... impactedLocations)
The locations impacted by the health event.
|
HealthEvent |
HealthEvent.withImpactType(HealthEventImpactType impactType)
The type of impairment for a health event.
|
HealthEvent |
HealthEvent.withImpactType(String impactType)
The type of impairment for a health event.
|
HealthEvent |
HealthEvent.withLastUpdatedAt(Date lastUpdatedAt)
When the health event was last updated.
|
HealthEvent |
HealthEvent.withPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
HealthEvent |
HealthEvent.withStartedAt(Date startedAt)
When a health event started.
|
HealthEvent |
HealthEvent.withStatus(HealthEventStatus status)
Health event list member.
|
HealthEvent |
HealthEvent.withStatus(String status)
Health event list member.
|
| Modifier and Type | Method and Description |
|---|---|
List<HealthEvent> |
ListHealthEventsResult.getHealthEvents()
A list of health events.
|
| Modifier and Type | Method and Description |
|---|---|
ListHealthEventsResult |
ListHealthEventsResult.withHealthEvents(HealthEvent... healthEvents)
A list of health events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHealthEventsResult.setHealthEvents(Collection<HealthEvent> healthEvents)
A list of health events.
|
ListHealthEventsResult |
ListHealthEventsResult.withHealthEvents(Collection<HealthEvent> healthEvents)
A list of health events.
|
Copyright © 2023. All rights reserved.