Uses of Class
software.amazon.awssdk.services.ec2.model.PublicIpv4Pool
Packages that use PublicIpv4Pool
Package
Description
-
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 PublicIpv4PoolModifier and TypeMethodDescriptionfinal List<PublicIpv4Pool>DescribePublicIpv4PoolsResponse.publicIpv4Pools()Information about the address pools.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PublicIpv4PoolModifier and TypeMethodDescriptionDescribePublicIpv4PoolsResponse.Builder.publicIpv4Pools(PublicIpv4Pool... publicIpv4Pools) Information about the address pools.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PublicIpv4PoolModifier and TypeMethodDescriptionDescribePublicIpv4PoolsResponse.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 PublicIpv4PoolModifier and TypeMethodDescriptionfinal SdkIterable<PublicIpv4Pool>DescribePublicIpv4PoolsIterable.publicIpv4Pools()Returns an iterable to iterate through the paginatedDescribePublicIpv4PoolsResponse.publicIpv4Pools()member.final SdkPublisher<PublicIpv4Pool>DescribePublicIpv4PoolsPublisher.publicIpv4Pools()Returns a publisher that can be used to get a stream of data.