| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
static EthernetPayload.Builder |
EthernetPayload.builder() |
EthernetPayload.Builder |
EthernetPayload.Builder.connectionType(ConnectionType connectionType)
How the device gets an IP address.
|
EthernetPayload.Builder |
EthernetPayload.Builder.connectionType(String connectionType)
How the device gets an IP address.
|
default EthernetPayload.Builder |
EthernetPayload.Builder.staticIpConnectionInfo(Consumer<StaticIpConnectionInfo.Builder> staticIpConnectionInfo)
Network configuration for a static IP connection.
|
EthernetPayload.Builder |
EthernetPayload.Builder.staticIpConnectionInfo(StaticIpConnectionInfo staticIpConnectionInfo)
Network configuration for a static IP connection.
|
EthernetPayload.Builder |
EthernetPayload.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EthernetPayload.Builder> |
EthernetPayload.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkPayload.Builder |
NetworkPayload.Builder.ethernet0(Consumer<EthernetPayload.Builder> ethernet0)
Settings for Ethernet port 0.
|
default NetworkPayload.Builder |
NetworkPayload.Builder.ethernet1(Consumer<EthernetPayload.Builder> ethernet1)
Settings for Ethernet port 1.
|
Copyright © 2023. All rights reserved.