| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.clone() |
Network |
Network.withASName(String aSName)
The name of the internet service provider (ISP) or network (ASN).
|
Network |
Network.withASNumber(Long aSNumber)
The Autonomous System Number (ASN) of the internet provider or network.
|
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
NetworkImpairment.getAsPath()
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
List<Network> |
NetworkImpairment.getNetworks()
The networks that could be impacted by a network impairment event.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkImpairment |
NetworkImpairment.withAsPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment |
NetworkImpairment.withNetworks(Network... networks)
The networks that could be impacted by a network impairment event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkImpairment.setAsPath(Collection<Network> asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
void |
NetworkImpairment.setNetworks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
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.withNetworks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
Copyright © 2024. All rights reserved.