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