| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
EntryDescription |
EntryDescription.clone() |
EntryDescription |
EntryViolation.getEntryAtExpectedEvaluationOrder()
The entry that's currently in the
ExpectedEvaluationOrder location, in place of the expected entry. |
EntryDescription |
EntryViolation.getExpectedEntry()
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
|
EntryDescription |
EntryDescription.withEntryDetail(NetworkAclEntry entryDetail)
Describes a rule in a network ACL.
|
EntryDescription |
EntryDescription.withEntryRuleNumber(Integer entryRuleNumber)
The rule number for the entry.
|
EntryDescription |
EntryDescription.withEntryType(EntryType entryType)
Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed
entries, specifies whether the entry is among those that run first in the network ACL or those that run last.
|
EntryDescription |
EntryDescription.withEntryType(String entryType)
Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed
entries, specifies whether the entry is among those that run first in the network ACL or those that run last.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryDescription> |
EntryViolation.getEntriesWithConflicts()
The list of entries that are in conflict with
ExpectedEntry. |
List<EntryDescription> |
CreateNetworkAclEntriesAction.getNetworkAclEntriesToBeCreated()
Lists the entries that the remediation action would create.
|
List<EntryDescription> |
DeleteNetworkAclEntriesAction.getNetworkAclEntriesToBeDeleted()
Lists the entries that the remediation action would delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryViolation.setEntryAtExpectedEvaluationOrder(EntryDescription entryAtExpectedEvaluationOrder)
The entry that's currently in the
ExpectedEvaluationOrder location, in place of the expected entry. |
void |
EntryViolation.setExpectedEntry(EntryDescription expectedEntry)
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
|
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.withExpectedEntry(EntryDescription expectedEntry)
The Firewall Manager-managed network ACL entry that is involved in the entry violation.
|
CreateNetworkAclEntriesAction |
CreateNetworkAclEntriesAction.withNetworkAclEntriesToBeCreated(EntryDescription... networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
DeleteNetworkAclEntriesAction |
DeleteNetworkAclEntriesAction.withNetworkAclEntriesToBeDeleted(EntryDescription... networkAclEntriesToBeDeleted)
Lists the entries that the remediation action would delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryViolation.setEntriesWithConflicts(Collection<EntryDescription> entriesWithConflicts)
The list of entries that are in conflict with
ExpectedEntry. |
void |
CreateNetworkAclEntriesAction.setNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
void |
DeleteNetworkAclEntriesAction.setNetworkAclEntriesToBeDeleted(Collection<EntryDescription> networkAclEntriesToBeDeleted)
Lists the entries that the remediation action would delete.
|
EntryViolation |
EntryViolation.withEntriesWithConflicts(Collection<EntryDescription> entriesWithConflicts)
The list of entries that are in conflict with
ExpectedEntry. |
CreateNetworkAclEntriesAction |
CreateNetworkAclEntriesAction.withNetworkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)
Lists the entries that the remediation action would create.
|
DeleteNetworkAclEntriesAction |
DeleteNetworkAclEntriesAction.withNetworkAclEntriesToBeDeleted(Collection<EntryDescription> networkAclEntriesToBeDeleted)
Lists the entries that the remediation action would delete.
|
Copyright © 2024. All rights reserved.