| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetIpamPoolAllocationsResponse |
Ec2Client.getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default CompletableFuture<GetIpamPoolAllocationsResponse> |
Ec2AsyncClient.getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsIterable |
Ec2Client.getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsPublisher |
Ec2AsyncClient.getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
| Constructor and Description |
|---|
GetIpamPoolAllocationsIterable(Ec2Client client,
GetIpamPoolAllocationsRequest firstRequest) |
GetIpamPoolAllocationsPublisher(Ec2AsyncClient client,
GetIpamPoolAllocationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetIpamPoolAllocationsRequestMarshaller.marshall(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest) |
Copyright © 2021. All rights reserved.