| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
SimulationJob.getNetworkInterface()
Information about a network interface.
|
NetworkInterface |
DescribeSimulationJobResult.getNetworkInterface()
The network interface information for the simulation job.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
NetworkInterface |
NetworkInterface.withPublicIpAddress(String publicIpAddress)
The IPv4 public address of the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationJob.setNetworkInterface(NetworkInterface networkInterface)
Information about a network interface.
|
void |
DescribeSimulationJobResult.setNetworkInterface(NetworkInterface networkInterface)
The network interface information for the simulation job.
|
SimulationJob |
SimulationJob.withNetworkInterface(NetworkInterface networkInterface)
Information about a network interface.
|
DescribeSimulationJobResult |
DescribeSimulationJobResult.withNetworkInterface(NetworkInterface networkInterface)
The network interface information for the simulation job.
|
Copyright © 2020. All rights reserved.