Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.PhysicalNetworkInterface
-
Packages that use PhysicalNetworkInterface Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of PhysicalNetworkInterface in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type PhysicalNetworkInterface Modifier and Type Method Description List<PhysicalNetworkInterface>DescribeDeviceResponse. physicalNetworkInterfaces()The network interfaces available on the device.Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type PhysicalNetworkInterface Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. physicalNetworkInterfaces(PhysicalNetworkInterface... physicalNetworkInterfaces)The network interfaces available on the device.Method parameters in software.amazon.awssdk.services.snowdevicemanagement.model with type arguments of type PhysicalNetworkInterface Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. physicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)The network interfaces available on the device.
-