Uses of Interface
software.amazon.awssdk.services.panorama.model.EthernetStatus.Builder
-
Packages that use EthernetStatus.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of EthernetStatus.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return EthernetStatus.Builder Modifier and Type Method Description static EthernetStatus.BuilderEthernetStatus. builder()EthernetStatus.BuilderEthernetStatus.Builder. connectionStatus(String connectionStatus)The device's connection status.EthernetStatus.BuilderEthernetStatus.Builder. connectionStatus(NetworkConnectionStatus connectionStatus)The device's connection status.EthernetStatus.BuilderEthernetStatus.Builder. hwAddress(String hwAddress)The device's physical address.EthernetStatus.BuilderEthernetStatus.Builder. ipAddress(String ipAddress)The device's IP address.EthernetStatus.BuilderEthernetStatus. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type EthernetStatus.Builder Modifier and Type Method Description static Class<? extends EthernetStatus.Builder>EthernetStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type EthernetStatus.Builder Modifier and Type Method Description default NetworkStatus.BuilderNetworkStatus.Builder. ethernet0Status(Consumer<EthernetStatus.Builder> ethernet0Status)The status of Ethernet port 0.default NetworkStatus.BuilderNetworkStatus.Builder. ethernet1Status(Consumer<EthernetStatus.Builder> ethernet1Status)The status of Ethernet port 1.
-