Uses of Class
software.amazon.awssdk.services.inspector.model.SecurityGroup
-
Packages that use SecurityGroup Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of SecurityGroup in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type SecurityGroup Modifier and Type Method Description List<SecurityGroup>NetworkInterface. securityGroups()A list of the security groups associated with the network interface.Methods in software.amazon.awssdk.services.inspector.model with parameters of type SecurityGroup Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. securityGroups(SecurityGroup... securityGroups)A list of the security groups associated with the network interface.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type SecurityGroup Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. securityGroups(Collection<SecurityGroup> securityGroups)A list of the security groups associated with the network interface.
-