| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
ClientLocation |
ClientLocation.clone() |
ClientLocation |
GetInternetEventResult.getClientLocation()
The impacted location, such as a city, where clients access Amazon Web Services application resources.
|
ClientLocation |
InternetEventSummary.getClientLocation()
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
|
ClientLocation |
ClientLocation.withASName(String aSName)
The name of the internet service provider (ISP) or network (ASN).
|
ClientLocation |
ClientLocation.withASNumber(Long aSNumber)
The Autonomous System Number (ASN) of the network at an impacted location.
|
ClientLocation |
ClientLocation.withCity(String city)
The name of the city where the internet event is located.
|
ClientLocation |
ClientLocation.withCountry(String country)
The name of the country where the internet event is located.
|
ClientLocation |
ClientLocation.withLatitude(Double latitude)
The latitude where the internet event is located.
|
ClientLocation |
ClientLocation.withLongitude(Double longitude)
The longitude where the internet event is located.
|
ClientLocation |
ClientLocation.withMetro(String metro)
The metro area where the health event is located.
|
ClientLocation |
ClientLocation.withSubdivision(String subdivision)
The subdivision location where the health event is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInternetEventResult.setClientLocation(ClientLocation clientLocation)
The impacted location, such as a city, where clients access Amazon Web Services application resources.
|
void |
InternetEventSummary.setClientLocation(ClientLocation clientLocation)
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
|
GetInternetEventResult |
GetInternetEventResult.withClientLocation(ClientLocation clientLocation)
The impacted location, such as a city, where clients access Amazon Web Services application resources.
|
InternetEventSummary |
InternetEventSummary.withClientLocation(ClientLocation clientLocation)
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
|
Copyright © 2024. All rights reserved.