Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NetworkAcl |
CreateNetworkAclResult.networkAcl
Information about the network ACL.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkAcl> |
DescribeNetworkAclsResult.networkAcls
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl |
NetworkAcl.clone() |
NetworkAcl |
CreateNetworkAclResult.getNetworkAcl()
Information about the network ACL.
|
NetworkAcl |
NetworkAcl.withAssociations(java.util.Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withEntries(java.util.Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withIsDefault(java.lang.Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
|
NetworkAcl |
NetworkAcl.withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
NetworkAcl |
NetworkAcl.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
NetworkAcl.withTags(Tag... tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
NetworkAcl.withVpcId(java.lang.String vpcId)
The ID of the VPC for the network ACL.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAcl> |
DescribeNetworkAclsResult.getNetworkAcls()
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkAclResult.setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
CreateNetworkAclResult |
CreateNetworkAclResult.withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
DescribeNetworkAclsResult |
DescribeNetworkAclsResult.withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkAclsResult.setNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
DescribeNetworkAclsResult |
DescribeNetworkAclsResult.withNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl |
NetworkAclStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |