Uses of Class
software.amazon.awssdk.services.guardduty.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>InstanceDetails. networkInterfaces()The elastic network interface information of the EC2 instance.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type NetworkInterface Modifier and Type Method Description InstanceDetails.BuilderInstanceDetails.Builder. networkInterfaces(NetworkInterface... networkInterfaces)The elastic network interface information of the EC2 instance.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type NetworkInterface Modifier and Type Method Description InstanceDetails.BuilderInstanceDetails.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)The elastic network interface information of the EC2 instance.
-