| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
NetworkImpairment.asPath()
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
List<Network> |
NetworkImpairment.networks()
The networks that could be impacted by a network impairment event.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Network... networks)
The networks that could be impacted by a network impairment event.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Collection<Network> asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
Copyright © 2023. All rights reserved.