| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkAclEntrySet |
NetworkAclEntrySet.clone() |
NetworkAclEntrySet |
NetworkAclCommonPolicy.getNetworkAclEntrySet()
The definition of the first and last rules for the network ACL policy.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withFirstEntries(Collection<NetworkAclEntry> firstEntries)
The rules that you want to run first in the Firewall Manager managed network ACLs.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withFirstEntries(NetworkAclEntry... firstEntries)
The rules that you want to run first in the Firewall Manager managed network ACLs.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withForceRemediateForFirstEntries(Boolean forceRemediateForFirstEntries)
Applies only when remediation is enabled for the policy as a whole.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withForceRemediateForLastEntries(Boolean forceRemediateForLastEntries)
Applies only when remediation is enabled for the policy as a whole.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withLastEntries(Collection<NetworkAclEntry> lastEntries)
The rules that you want to run last in the Firewall Manager managed network ACLs.
|
NetworkAclEntrySet |
NetworkAclEntrySet.withLastEntries(NetworkAclEntry... lastEntries)
The rules that you want to run last in the Firewall Manager managed network ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkAclCommonPolicy.setNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
|
NetworkAclCommonPolicy |
NetworkAclCommonPolicy.withNetworkAclEntrySet(NetworkAclEntrySet networkAclEntrySet)
The definition of the first and last rules for the network ACL policy.
|
Copyright © 2024. All rights reserved.