| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.builder() |
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(Consumer<IpamPoolAllocation.Builder>... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpamPoolAllocationsResponse.Builder> |
GetIpamPoolAllocationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.