Uses of Class
software.amazon.awssdk.services.mgn.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>SourceProperties. networkInterfaces()Source server network interfaces.Methods in software.amazon.awssdk.services.mgn.model with parameters of type NetworkInterface Modifier and Type Method Description SourceProperties.BuilderSourceProperties.Builder. networkInterfaces(NetworkInterface... networkInterfaces)Source server network interfaces.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type NetworkInterface Modifier and Type Method Description SourceProperties.BuilderSourceProperties.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)Source server network interfaces.
-