Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2NetworkInterfaceSecurityGroup
-
Packages that use AwsEc2NetworkInterfaceSecurityGroup Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2NetworkInterfaceSecurityGroup in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2NetworkInterfaceSecurityGroup Modifier and Type Method Description List<AwsEc2NetworkInterfaceSecurityGroup>AwsEc2NetworkInterfaceDetails. securityGroups()Security groups for the network interface.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2NetworkInterfaceSecurityGroup Modifier and Type Method Description AwsEc2NetworkInterfaceDetails.BuilderAwsEc2NetworkInterfaceDetails.Builder. securityGroups(AwsEc2NetworkInterfaceSecurityGroup... securityGroups)Security groups for the network interface.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2NetworkInterfaceSecurityGroup Modifier and Type Method Description AwsEc2NetworkInterfaceDetails.BuilderAwsEc2NetworkInterfaceDetails.Builder. securityGroups(Collection<AwsEc2NetworkInterfaceSecurityGroup> securityGroups)Security groups for the network interface.
-