Uses of Class
software.amazon.awssdk.services.ec2.model.PublicIpv4PoolRange
Packages that use PublicIpv4PoolRange
-
Uses of PublicIpv4PoolRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PublicIpv4PoolRangeModifier and TypeMethodDescriptionfinal 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 PublicIpv4PoolRangeModifier and TypeMethodDescriptionfinal List<PublicIpv4PoolRange>PublicIpv4Pool.poolAddressRanges()The address ranges.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PublicIpv4PoolRangeModifier and TypeMethodDescriptionProvisionPublicIpv4PoolCidrResponse.Builder.poolAddressRange(PublicIpv4PoolRange poolAddressRange) Information about the address range of the public IPv4 pool.PublicIpv4Pool.Builder.poolAddressRanges(PublicIpv4PoolRange... poolAddressRanges) The address ranges.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PublicIpv4PoolRangeModifier and TypeMethodDescriptionPublicIpv4Pool.Builder.poolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges) The address ranges.