Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
List<NetworkAclEntry> |
NetworkAcl.entries()
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl.Builder |
NetworkAcl.Builder.entries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl.Builder |
NetworkAcl.Builder.entries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
Copyright © 2023. All rights reserved.