Uses of Class
software.amazon.awssdk.services.inspector.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>AssetAttributes. networkInterfaces()An array of the network interfaces interacting with the EC2 instance where the finding is generated.Methods in software.amazon.awssdk.services.inspector.model with parameters of type NetworkInterface Modifier and Type Method Description AssetAttributes.BuilderAssetAttributes.Builder. networkInterfaces(NetworkInterface... networkInterfaces)An array of the network interfaces interacting with the EC2 instance where the finding is generated.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type NetworkInterface Modifier and Type Method Description AssetAttributes.BuilderAssetAttributes.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)An array of the network interfaces interacting with the EC2 instance where the finding is generated.
-