| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
IpamPool |
CreateIpamPoolResponse.ipamPool()
Information about the IPAM pool created.
|
IpamPool |
DeleteIpamPoolResponse.ipamPool()
Information about the results of the deletion.
|
IpamPool |
ModifyIpamPoolResponse.ipamPool()
The results of the modification.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpamPool> |
DescribeIpamPoolsResponse.ipamPools()
Information about the IPAM pools.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpamPoolResponse.Builder |
CreateIpamPoolResponse.Builder.ipamPool(IpamPool ipamPool)
Information about the IPAM pool created.
|
DeleteIpamPoolResponse.Builder |
DeleteIpamPoolResponse.Builder.ipamPool(IpamPool ipamPool)
Information about the results of the deletion.
|
ModifyIpamPoolResponse.Builder |
ModifyIpamPoolResponse.Builder.ipamPool(IpamPool ipamPool)
The results of the modification.
|
DescribeIpamPoolsResponse.Builder |
DescribeIpamPoolsResponse.Builder.ipamPools(IpamPool... ipamPools)
Information about the IPAM pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamPoolsResponse.Builder |
DescribeIpamPoolsResponse.Builder.ipamPools(Collection<IpamPool> ipamPools)
Information about the IPAM pools.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<IpamPool> |
DescribeIpamPoolsPublisher.ipamPools()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<IpamPool> |
DescribeIpamPoolsIterable.ipamPools()
Returns an iterable to iterate through the paginated
DescribeIpamPoolsResponse.ipamPools() member. |
Copyright © 2021. All rights reserved.