Uses of Interface
software.amazon.awssdk.services.ec2.model.PublicIpv4PoolRange.Builder
Packages that use PublicIpv4PoolRange.Builder
-
Uses of PublicIpv4PoolRange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PublicIpv4PoolRange.BuilderModifier and TypeMethodDescriptionPublicIpv4PoolRange.Builder.addressCount(Integer addressCount) The number of addresses in the range.PublicIpv4PoolRange.Builder.availableAddressCount(Integer availableAddressCount) The number of available addresses in the range.static PublicIpv4PoolRange.BuilderPublicIpv4PoolRange.builder()PublicIpv4PoolRange.Builder.firstAddress(String firstAddress) The first IP address in the range.PublicIpv4PoolRange.Builder.lastAddress(String lastAddress) The last IP address in the range.PublicIpv4PoolRange.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PublicIpv4PoolRange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublicIpv4PoolRange.Builder>PublicIpv4PoolRange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PublicIpv4PoolRange.BuilderModifier and TypeMethodDescriptionProvisionPublicIpv4PoolCidrResponse.Builder.poolAddressRange(Consumer<PublicIpv4PoolRange.Builder> poolAddressRange) Information about the address range of the public IPv4 pool.