Uses of Class
software.amazon.awssdk.services.guardduty.model.SecurityGroup
-
Packages that use SecurityGroup Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of SecurityGroup in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type SecurityGroup Modifier and Type Method Description List<SecurityGroup>NetworkInterface. securityGroups()The security groups associated with the EC2 instance.List<SecurityGroup>VpcConfig. securityGroups()The identifier of the security group attached to the Lambda function.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type SecurityGroup Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. securityGroups(SecurityGroup... securityGroups)The security groups associated with the EC2 instance.VpcConfig.BuilderVpcConfig.Builder. securityGroups(SecurityGroup... securityGroups)The identifier of the security group attached to the Lambda function.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type SecurityGroup Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. securityGroups(Collection<SecurityGroup> securityGroups)The security groups associated with the EC2 instance.VpcConfig.BuilderVpcConfig.Builder. securityGroups(Collection<SecurityGroup> securityGroups)The identifier of the security group attached to the Lambda function.
-