Uses of Class
software.amazon.awssdk.services.ec2.model.PublicIpv4PoolRange
-
Packages that use PublicIpv4PoolRange Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PublicIpv4PoolRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PublicIpv4PoolRange Modifier and Type Method Description PublicIpv4PoolRangeProvisionPublicIpv4PoolCidrResponse. poolAddressRange()Information about the address range of the public IPv4 pool.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PublicIpv4PoolRange Modifier and Type Method Description List<PublicIpv4PoolRange>PublicIpv4Pool. poolAddressRanges()The address ranges.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PublicIpv4PoolRange Modifier and Type Method Description ProvisionPublicIpv4PoolCidrResponse.BuilderProvisionPublicIpv4PoolCidrResponse.Builder. poolAddressRange(PublicIpv4PoolRange poolAddressRange)Information about the address range of the public IPv4 pool.PublicIpv4Pool.BuilderPublicIpv4Pool.Builder. poolAddressRanges(PublicIpv4PoolRange... poolAddressRanges)The address ranges.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PublicIpv4PoolRange Modifier and Type Method Description PublicIpv4Pool.BuilderPublicIpv4Pool.Builder. poolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges)The address ranges.
-