Uses of Class
software.amazon.awssdk.services.ec2.model.Ipv6CidrBlock
Packages that use Ipv6CidrBlock
-
Uses of Ipv6CidrBlock in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv6CidrBlockModifier and TypeMethodDescriptionfinal List<Ipv6CidrBlock>VpcPeeringConnectionVpcInfo.ipv6CidrBlockSet()The IPv6 CIDR block for the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipv6CidrBlockModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.Builder.ipv6CidrBlockSet(Ipv6CidrBlock... ipv6CidrBlockSet) The IPv6 CIDR block for the VPC.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipv6CidrBlockModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.Builder.ipv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet) The IPv6 CIDR block for the VPC.