Uses of Class
software.amazon.awssdk.services.robomaker.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return NetworkInterface Modifier and Type Method Description NetworkInterfaceDescribeSimulationJobResponse. networkInterface()The network interface information for the simulation job.NetworkInterfaceSimulationJob. networkInterface()Information about a network interface.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type NetworkInterface Modifier and Type Method Description DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. networkInterface(NetworkInterface networkInterface)The network interface information for the simulation job.SimulationJob.BuilderSimulationJob.Builder. networkInterface(NetworkInterface networkInterface)Information about a network interface.
-