Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<GetIpamPoolAllocationsResult> |
AmazonEC2AsyncClient.getIpamPoolAllocationsAsync(GetIpamPoolAllocationsRequest request,
AsyncHandler<GetIpamPoolAllocationsRequest,GetIpamPoolAllocationsResult> asyncHandler) |
Future<GetIpamPoolAllocationsResult> |
AmazonEC2Async.getIpamPoolAllocationsAsync(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest,
AsyncHandler<GetIpamPoolAllocationsRequest,GetIpamPoolAllocationsResult> asyncHandler)
Get a list of all the CIDR allocations in an IPAM pool.
|
Future<GetIpamPoolAllocationsResult> |
AbstractAmazonEC2Async.getIpamPoolAllocationsAsync(GetIpamPoolAllocationsRequest request,
AsyncHandler<GetIpamPoolAllocationsRequest,GetIpamPoolAllocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.clone() |
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withFilters(Collection<Filter> filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withFilters(Filter... filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withMaxResults(Integer maxResults)
The maximum number of results you would like returned per page.
|
GetIpamPoolAllocationsRequest |
GetIpamPoolAllocationsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Modifier and Type | Method and Description |
---|---|
Request<GetIpamPoolAllocationsRequest> |
GetIpamPoolAllocationsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.