Uses of Class
software.amazon.awssdk.services.ec2.model.PublicIpv4Pool
-
Packages that use PublicIpv4Pool Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of PublicIpv4Pool in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PublicIpv4Pool Modifier and Type Method Description List<PublicIpv4Pool>DescribePublicIpv4PoolsResponse. publicIpv4Pools()Information about the address pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PublicIpv4Pool Modifier and Type Method Description DescribePublicIpv4PoolsResponse.BuilderDescribePublicIpv4PoolsResponse.Builder. publicIpv4Pools(PublicIpv4Pool... publicIpv4Pools)Information about the address pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PublicIpv4Pool Modifier and Type Method Description DescribePublicIpv4PoolsResponse.BuilderDescribePublicIpv4PoolsResponse.Builder. publicIpv4Pools(Collection<PublicIpv4Pool> publicIpv4Pools)Information about the address pools. -
Uses of PublicIpv4Pool in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type PublicIpv4Pool Modifier and Type Method Description SdkIterable<PublicIpv4Pool>DescribePublicIpv4PoolsIterable. publicIpv4Pools()Returns an iterable to iterate through the paginatedDescribePublicIpv4PoolsResponse.publicIpv4Pools()member.SdkPublisher<PublicIpv4Pool>DescribePublicIpv4PoolsPublisher. publicIpv4Pools()Returns a publisher that can be used to get a stream of data.
-