| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
IpamPoolAllocation |
AllocateIpamPoolCidrResponse.ipamPoolAllocation()
Information about the allocation created.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpamPoolAllocation> |
GetIpamPoolAllocationsResponse.ipamPoolAllocations()
The IPAM pool allocations you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateIpamPoolCidrResponse.Builder |
AllocateIpamPoolCidrResponse.Builder.ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
GetIpamPoolAllocationsResponse.Builder |
GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations)
The IPAM pool allocations you want information on.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<IpamPoolAllocation> |
GetIpamPoolAllocationsIterable.ipamPoolAllocations()
Returns an iterable to iterate through the paginated
GetIpamPoolAllocationsResponse.ipamPoolAllocations()
member. |
SdkPublisher<IpamPoolAllocation> |
GetIpamPoolAllocationsPublisher.ipamPoolAllocations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.