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