Uses of Class
software.amazon.awssdk.services.panorama.model.EthernetStatus
-
Packages that use EthernetStatus Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of EthernetStatus in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return EthernetStatus Modifier and Type Method Description EthernetStatusNetworkStatus. ethernet0Status()The status of Ethernet port 0.EthernetStatusNetworkStatus. ethernet1Status()The status of Ethernet port 1.Methods in software.amazon.awssdk.services.panorama.model with parameters of type EthernetStatus Modifier and Type Method Description NetworkStatus.BuilderNetworkStatus.Builder. ethernet0Status(EthernetStatus ethernet0Status)The status of Ethernet port 0.NetworkStatus.BuilderNetworkStatus.Builder. ethernet1Status(EthernetStatus ethernet1Status)The status of Ethernet port 1.
-