Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeIpv6PoolsResult> |
AbstractAmazonEC2Async.describeIpv6PoolsAsync(DescribeIpv6PoolsRequest request,
AsyncHandler<DescribeIpv6PoolsRequest,DescribeIpv6PoolsResult> asyncHandler) |
Future<DescribeIpv6PoolsResult> |
AmazonEC2Async.describeIpv6PoolsAsync(DescribeIpv6PoolsRequest describeIpv6PoolsRequest,
AsyncHandler<DescribeIpv6PoolsRequest,DescribeIpv6PoolsResult> asyncHandler)
Describes your IPv6 address pools.
|
Future<DescribeIpv6PoolsResult> |
AmazonEC2AsyncClient.describeIpv6PoolsAsync(DescribeIpv6PoolsRequest request,
AsyncHandler<DescribeIpv6PoolsRequest,DescribeIpv6PoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.clone() |
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withPoolIds(Collection<String> poolIds)
The IDs of the IPv6 address pools.
|
DescribeIpv6PoolsRequest |
DescribeIpv6PoolsRequest.withPoolIds(String... poolIds)
The IDs of the IPv6 address pools.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeIpv6PoolsRequest> |
DescribeIpv6PoolsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.