| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Ipv6Pool> |
DescribeIpv6PoolsResponse.ipv6Pools()
Information about the IPv6 address pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpv6PoolsResponse.Builder |
DescribeIpv6PoolsResponse.Builder.ipv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpv6PoolsResponse.Builder |
DescribeIpv6PoolsResponse.Builder.ipv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Ipv6Pool> |
DescribeIpv6PoolsIterable.ipv6Pools()
Returns an iterable to iterate through the paginated
DescribeIpv6PoolsResponse.ipv6Pools() member. |
SdkPublisher<Ipv6Pool> |
DescribeIpv6PoolsPublisher.ipv6Pools()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.