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