Uses of Class
software.amazon.awssdk.services.ec2.model.CidrBlock
Packages that use CidrBlock
-
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 CidrBlockModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.cidrBlockSet()Information about the IPv4 CIDR blocks for the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CidrBlockModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.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 CidrBlockModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.Builder.cidrBlockSet(Collection<CidrBlock> cidrBlockSet) Information about the IPv4 CIDR blocks for the VPC.