Uses of Class
software.amazon.awssdk.services.internetmonitor.model.Network
-
Packages that use Network Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of Network in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type Network Modifier and Type Method 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.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type Network Modifier and Type Method Description NetworkImpairment.BuilderNetworkImpairment.Builder. asPath(Network... asPath)The combination of the Autonomous System Number (ASN) of the network and the name of the network.NetworkImpairment.BuilderNetworkImpairment.Builder. networks(Network... networks)The networks that could be impacted by a network impairment event.Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type Network Modifier and Type Method Description NetworkImpairment.BuilderNetworkImpairment.Builder. asPath(Collection<Network> asPath)The combination of the Autonomous System Number (ASN) of the network and the name of the network.NetworkImpairment.BuilderNetworkImpairment.Builder. networks(Collection<Network> networks)The networks that could be impacted by a network impairment event.
-