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