Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPool
Packages that use IpamPool
Package
Description
-
Uses of IpamPool in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolModifier and TypeMethodDescriptionfinal IpamPoolCreateIpamPoolResponse.ipamPool()Information about the IPAM pool created.final IpamPoolDeleteIpamPoolResponse.ipamPool()Information about the results of the deletion.final IpamPoolModifyIpamPoolResponse.ipamPool()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolModifier and TypeMethodDescriptionDescribeIpamPoolsResponse.ipamPools()Information about the IPAM pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPoolModifier and TypeMethodDescriptionInformation about the IPAM pool created.Information about the results of the deletion.The results of the modification.Information about the IPAM pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPoolModifier and TypeMethodDescriptionDescribeIpamPoolsResponse.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 IpamPoolModifier and TypeMethodDescriptionfinal SdkIterable<IpamPool>DescribeIpamPoolsIterable.ipamPools()Returns an iterable to iterate through the paginatedDescribeIpamPoolsResponse.ipamPools()member.final SdkPublisher<IpamPool>DescribeIpamPoolsPublisher.ipamPools()Returns a publisher that can be used to get a stream of data.