Uses of Class
software.amazon.awssdk.services.fms.model.AwsEc2NetworkInterfaceViolation
-
Packages that use AwsEc2NetworkInterfaceViolation Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AwsEc2NetworkInterfaceViolation in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AwsEc2NetworkInterfaceViolation Modifier and Type Method Description AwsEc2NetworkInterfaceViolationResourceViolation. awsEc2NetworkInterfaceViolation()Violation detail for a network interface.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type AwsEc2NetworkInterfaceViolation Modifier and Type Method Description List<AwsEc2NetworkInterfaceViolation>AwsEc2InstanceViolation. awsEc2NetworkInterfaceViolations()Violation detail for network interfaces associated with the EC2 instance.Methods in software.amazon.awssdk.services.fms.model with parameters of type AwsEc2NetworkInterfaceViolation Modifier and Type Method Description ResourceViolation.BuilderResourceViolation.Builder. awsEc2NetworkInterfaceViolation(AwsEc2NetworkInterfaceViolation awsEc2NetworkInterfaceViolation)Violation detail for a network interface.AwsEc2InstanceViolation.BuilderAwsEc2InstanceViolation.Builder. awsEc2NetworkInterfaceViolations(AwsEc2NetworkInterfaceViolation... awsEc2NetworkInterfaceViolations)Violation detail for network interfaces associated with the EC2 instance.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type AwsEc2NetworkInterfaceViolation Modifier and Type Method Description AwsEc2InstanceViolation.BuilderAwsEc2InstanceViolation.Builder. awsEc2NetworkInterfaceViolations(Collection<AwsEc2NetworkInterfaceViolation> awsEc2NetworkInterfaceViolations)Violation detail for network interfaces associated with the EC2 instance.
-