Uses of Interface
software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation.Builder
-
Packages that use AwsEc2NetworkInterfaceViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AwsEc2NetworkInterfaceViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AwsEc2NetworkInterfaceViolation.Builder Modifier and Type Method Description static AwsEc2NetworkInterfaceViolation.BuilderAwsEc2NetworkInterfaceViolation. builder()AwsEc2NetworkInterfaceViolation.BuilderAwsEc2NetworkInterfaceViolation. toBuilder()AwsEc2NetworkInterfaceViolation.BuilderAwsEc2NetworkInterfaceViolation.Builder. violatingSecurityGroups(String... violatingSecurityGroups)List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.AwsEc2NetworkInterfaceViolation.BuilderAwsEc2NetworkInterfaceViolation.Builder. violatingSecurityGroups(Collection<String> violatingSecurityGroups)List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.AwsEc2NetworkInterfaceViolation.BuilderAwsEc2NetworkInterfaceViolation.Builder. violationTarget(String violationTarget)The resource ID of the network interface.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type AwsEc2NetworkInterfaceViolation.Builder Modifier and Type Method Description static Class<? extends AwsEc2NetworkInterfaceViolation.Builder>AwsEc2NetworkInterfaceViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type AwsEc2NetworkInterfaceViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. awsEc2NetworkInterfaceViolation(Consumer<AwsEc2NetworkInterfaceViolation.Builder> awsEc2NetworkInterfaceViolation)Violation detail for a network interface.
-