Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeCoipPoolsResult |
AbstractAmazonEC2.describeCoipPools(DescribeCoipPoolsRequest request) |
DescribeCoipPoolsResult |
AmazonEC2.describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
DescribeCoipPoolsResult |
AmazonEC2Client.describeCoipPools(DescribeCoipPoolsRequest request)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeCoipPoolsResult> |
AbstractAmazonEC2Async.describeCoipPoolsAsync(DescribeCoipPoolsRequest request,
AsyncHandler<DescribeCoipPoolsRequest,DescribeCoipPoolsResult> asyncHandler) |
Future<DescribeCoipPoolsResult> |
AmazonEC2Async.describeCoipPoolsAsync(DescribeCoipPoolsRequest describeCoipPoolsRequest,
AsyncHandler<DescribeCoipPoolsRequest,DescribeCoipPoolsResult> asyncHandler)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
Future<DescribeCoipPoolsResult> |
AmazonEC2AsyncClient.describeCoipPoolsAsync(DescribeCoipPoolsRequest request,
AsyncHandler<DescribeCoipPoolsRequest,DescribeCoipPoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.clone() |
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.withCoipPools(CoipPool... coipPools)
Information about the address pools.
|
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.withCoipPools(Collection<CoipPool> coipPools)
Information about the address pools.
|
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2021. All rights reserved.