| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
EntryViolation |
EntryViolation.clone() |
EntryViolation |
EntryViolation.withActualEvaluationOrder(String actualEvaluationOrder)
The evaluation location within the ordered list of entries where the
ExpectedEntry is currently
located. |
EntryViolation |
EntryViolation.withEntriesWithConflicts(Collection<EntryDescription> entriesWithConflicts)
The list of entries that are in conflict with
ExpectedEntry. |
EntryViolation |
EntryViolation.withEntriesWithConflicts(EntryDescription... entriesWithConflicts)
The list of entries that are in conflict with
ExpectedEntry. |
EntryViolation |
EntryViolation.withEntryAtExpectedEvaluationOrder(EntryDescription entryAtExpectedEvaluationOrder)
The entry that's currently in the
ExpectedEvaluationOrder location, in place of the expected entry. |
EntryViolation |
EntryViolation.withEntryViolationReasons(Collection<String> entryViolationReasons)
Descriptions of the violations that Firewall Manager found for these entries.
|
EntryViolation |
EntryViolation.withEntryViolationReasons(EntryViolationReason... entryViolationReasons)
Descriptions of the violations that Firewall Manager found for these entries.
|
EntryViolation |
EntryViolation.withEntryViolationReasons(String... entryViolationReasons)
Descriptions of the violations that Firewall Manager found for these entries.
|
EntryViolation |
EntryViolation.withExpectedEntry(EntryDescription expectedEntry)
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
|
EntryViolation |
EntryViolation.withExpectedEvaluationOrder(String expectedEvaluationOrder)
The evaluation location within the ordered list of entries where the
ExpectedEntry should be,
according to the network ACL policy specifications. |
| Modifier and Type | Method and Description |
|---|---|
List<EntryViolation> |
InvalidNetworkAclEntriesViolation.getEntryViolations()
Detailed information about the entry violations in the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidNetworkAclEntriesViolation |
InvalidNetworkAclEntriesViolation.withEntryViolations(EntryViolation... entryViolations)
Detailed information about the entry violations in the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidNetworkAclEntriesViolation.setEntryViolations(Collection<EntryViolation> entryViolations)
Detailed information about the entry violations in the network ACL.
|
InvalidNetworkAclEntriesViolation |
InvalidNetworkAclEntriesViolation.withEntryViolations(Collection<EntryViolation> entryViolations)
Detailed information about the entry violations in the network ACL.
|
Copyright © 2024. All rights reserved.