| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkImpairment |
NetworkImpairment.clone() |
NetworkImpairment |
ImpactedLocation.getCausedBy()
The cause of the impairment.
|
NetworkImpairment |
NetworkImpairment.withAsPath(Collection<Network> asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment |
NetworkImpairment.withAsPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment |
NetworkImpairment.withNetworkEventType(String networkEventType)
The type of network impairment.
|
NetworkImpairment |
NetworkImpairment.withNetworkEventType(TriangulationEventType networkEventType)
The type of network impairment.
|
NetworkImpairment |
NetworkImpairment.withNetworks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment |
NetworkImpairment.withNetworks(Network... networks)
The networks that could be impacted by a network impairment event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImpactedLocation.setCausedBy(NetworkImpairment causedBy)
The cause of the impairment.
|
ImpactedLocation |
ImpactedLocation.withCausedBy(NetworkImpairment causedBy)
The cause of the impairment.
|
Copyright © 2024. All rights reserved.