Uses of Interface
software.amazon.awssdk.services.panorama.model.EthernetPayload.Builder
-
Packages that use EthernetPayload.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of EthernetPayload.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return EthernetPayload.Builder Modifier and Type Method Description static EthernetPayload.BuilderEthernetPayload. builder()EthernetPayload.BuilderEthernetPayload.Builder. connectionType(String connectionType)How the device gets an IP address.EthernetPayload.BuilderEthernetPayload.Builder. connectionType(ConnectionType connectionType)How the device gets an IP address.default EthernetPayload.BuilderEthernetPayload.Builder. staticIpConnectionInfo(Consumer<StaticIpConnectionInfo.Builder> staticIpConnectionInfo)Network configuration for a static IP connection.EthernetPayload.BuilderEthernetPayload.Builder. staticIpConnectionInfo(StaticIpConnectionInfo staticIpConnectionInfo)Network configuration for a static IP connection.EthernetPayload.BuilderEthernetPayload. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type EthernetPayload.Builder Modifier and Type Method Description static Class<? extends EthernetPayload.Builder>EthernetPayload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type EthernetPayload.Builder Modifier and Type Method Description default NetworkPayload.BuilderNetworkPayload.Builder. ethernet0(Consumer<EthernetPayload.Builder> ethernet0)Settings for Ethernet port 0.default NetworkPayload.BuilderNetworkPayload.Builder. ethernet1(Consumer<EthernetPayload.Builder> ethernet1)Settings for Ethernet port 1.
-