Uses of Class
software.amazon.awssdk.services.ec2.model.PoolCidrBlock
Packages that use PoolCidrBlock
-
Uses of PoolCidrBlock in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PoolCidrBlockModifier and TypeMethodDescriptionfinal List<PoolCidrBlock>Ipv6Pool.poolCidrBlocks()The CIDR blocks for the address pool.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PoolCidrBlockModifier and TypeMethodDescriptionIpv6Pool.Builder.poolCidrBlocks(PoolCidrBlock... poolCidrBlocks) The CIDR blocks for the address pool.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PoolCidrBlockModifier and TypeMethodDescriptionIpv6Pool.Builder.poolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks) The CIDR blocks for the address pool.