Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPool
-
Packages that use IpamPool Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of IpamPool in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPool Modifier and Type Method Description IpamPoolCreateIpamPoolResponse. ipamPool()Information about the IPAM pool created.IpamPoolDeleteIpamPoolResponse. ipamPool()Information about the results of the deletion.IpamPoolModifyIpamPoolResponse. ipamPool()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPool Modifier and Type Method Description List<IpamPool>DescribeIpamPoolsResponse. ipamPools()Information about the IPAM pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPool Modifier and Type Method Description CreateIpamPoolResponse.BuilderCreateIpamPoolResponse.Builder. ipamPool(IpamPool ipamPool)Information about the IPAM pool created.DeleteIpamPoolResponse.BuilderDeleteIpamPoolResponse.Builder. ipamPool(IpamPool ipamPool)Information about the results of the deletion.ModifyIpamPoolResponse.BuilderModifyIpamPoolResponse.Builder. ipamPool(IpamPool ipamPool)The results of the modification.DescribeIpamPoolsResponse.BuilderDescribeIpamPoolsResponse.Builder. ipamPools(IpamPool... ipamPools)Information about the IPAM pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPool Modifier and Type Method Description DescribeIpamPoolsResponse.BuilderDescribeIpamPoolsResponse.Builder. ipamPools(Collection<IpamPool> ipamPools)Information about the IPAM pools. -
Uses of IpamPool in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IpamPool Modifier and Type Method Description SdkIterable<IpamPool>DescribeIpamPoolsIterable. ipamPools()Returns an iterable to iterate through the paginatedDescribeIpamPoolsResponse.ipamPools()member.SdkPublisher<IpamPool>DescribeIpamPoolsPublisher. ipamPools()Returns a publisher that can be used to get a stream of data.
-