Uses of Class
software.amazon.awssdk.services.ec2.model.CidrBlock
-
Packages that use CidrBlock Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CidrBlock in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CidrBlock Modifier and Type Method Description List<CidrBlock>VpcPeeringConnectionVpcInfo. cidrBlockSet()Information about the IPv4 CIDR blocks for the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CidrBlock Modifier and Type Method Description VpcPeeringConnectionVpcInfo.BuilderVpcPeeringConnectionVpcInfo.Builder. cidrBlockSet(CidrBlock... cidrBlockSet)Information about the IPv4 CIDR blocks for the VPC.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CidrBlock Modifier and Type Method Description VpcPeeringConnectionVpcInfo.BuilderVpcPeeringConnectionVpcInfo.Builder. cidrBlockSet(Collection<CidrBlock> cidrBlockSet)Information about the IPv4 CIDR blocks for the VPC.
-