| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
PartialMatch |
PartialMatch.clone() |
PartialMatch |
PartialMatch.withReference(String reference)
The reference rule from the primary security group of the Firewall Manager policy.
|
PartialMatch |
PartialMatch.withTargetViolationReasons(Collection<String> targetViolationReasons)
The violation reason.
|
PartialMatch |
PartialMatch.withTargetViolationReasons(String... targetViolationReasons)
The violation reason.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartialMatch> |
AwsVPCSecurityGroupViolation.getPartialMatches()
List of rules specified in the security group of the Firewall Manager policy that partially match the
ViolationTarget rule. |
| Modifier and Type | Method and Description |
|---|---|
AwsVPCSecurityGroupViolation |
AwsVPCSecurityGroupViolation.withPartialMatches(PartialMatch... partialMatches)
List of rules specified in the security group of the Firewall Manager policy that partially match the
ViolationTarget rule. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsVPCSecurityGroupViolation.setPartialMatches(Collection<PartialMatch> partialMatches)
List of rules specified in the security group of the Firewall Manager policy that partially match the
ViolationTarget rule. |
AwsVPCSecurityGroupViolation |
AwsVPCSecurityGroupViolation.withPartialMatches(Collection<PartialMatch> partialMatches)
List of rules specified in the security group of the Firewall Manager policy that partially match the
ViolationTarget rule. |
Copyright © 2024. All rights reserved.