| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
ImpactedLocation |
ImpactedLocation.clone() |
ImpactedLocation |
ImpactedLocation.withASName(String aSName)
The name of the network at an impacted location.
|
ImpactedLocation |
ImpactedLocation.withASNumber(Long aSNumber)
The Autonomous System Number (ASN) of the network at an impacted location.
|
ImpactedLocation |
ImpactedLocation.withCausedBy(NetworkImpairment causedBy)
The cause of the impairment.
|
ImpactedLocation |
ImpactedLocation.withCity(String city)
The name of the city where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withCountry(String country)
The name of the country where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withCountryCode(String countryCode)
The country code where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withInternetHealth(InternetHealth internetHealth)
The calculated health at a specific location.
|
ImpactedLocation |
ImpactedLocation.withLatitude(Double latitude)
The latitude where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withLongitude(Double longitude)
The longitude where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withMetro(String metro)
The metro area where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withServiceLocation(String serviceLocation)
The service location where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withStatus(HealthEventStatus status)
The status of the health event at an impacted location.
|
ImpactedLocation |
ImpactedLocation.withStatus(String status)
The status of the health event at an impacted location.
|
ImpactedLocation |
ImpactedLocation.withSubdivision(String subdivision)
The subdivision location where the health event is located.
|
ImpactedLocation |
ImpactedLocation.withSubdivisionCode(String subdivisionCode)
The subdivision code where the health event is located.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImpactedLocation> |
GetHealthEventResult.getImpactedLocations()
The locations affected by a health event.
|
List<ImpactedLocation> |
HealthEvent.getImpactedLocations()
The locations impacted by the health event.
|
| Modifier and Type | Method and Description |
|---|---|
GetHealthEventResult |
GetHealthEventResult.withImpactedLocations(ImpactedLocation... impactedLocations)
The locations affected by a health event.
|
HealthEvent |
HealthEvent.withImpactedLocations(ImpactedLocation... impactedLocations)
The locations impacted by the health event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHealthEventResult.setImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations affected by a health event.
|
void |
HealthEvent.setImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations impacted by the health event.
|
GetHealthEventResult |
GetHealthEventResult.withImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations affected by a health event.
|
HealthEvent |
HealthEvent.withImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations impacted by the health event.
|
Copyright © 2023. All rights reserved.