Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetIpamPoolAllocationsResult |
AbstractAmazonEC2.getIpamPoolAllocations(GetIpamPoolAllocationsRequest request) |
GetIpamPoolAllocationsResult |
AmazonEC2.getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
GetIpamPoolAllocationsResult |
AmazonEC2Client.getIpamPoolAllocations(GetIpamPoolAllocationsRequest request)
Get a list of all the CIDR allocations in an IPAM pool.
|
Modifier and Type | Method and Description |
---|---|
Future<GetIpamPoolAllocationsResult> |
AbstractAmazonEC2Async.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> |
AmazonEC2AsyncClient.getIpamPoolAllocationsAsync(GetIpamPoolAllocationsRequest request,
AsyncHandler<GetIpamPoolAllocationsRequest,GetIpamPoolAllocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.clone() |
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.withIpamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.withIpamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResult |
GetIpamPoolAllocationsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2022. All rights reserved.