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