| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
NetworkAcl |
CreateNetworkAclResponse.networkAcl()
Information about the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkAcl> |
DescribeNetworkAclsResponse.networkAcls()
Information about one or more network ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkAclResponse.Builder |
CreateNetworkAclResponse.Builder.networkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
DescribeNetworkAclsResponse.Builder |
DescribeNetworkAclsResponse.Builder.networkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkAclsResponse.Builder |
DescribeNetworkAclsResponse.Builder.networkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkAcl> |
DescribeNetworkAclsPublisher.networkAcls()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkAcl> |
DescribeNetworkAclsIterable.networkAcls()
Returns an iterable to iterate through the paginated
DescribeNetworkAclsResponse.networkAcls() member. |
Copyright © 2019. All rights reserved.