Uses of Class
com.volcengine.privatezone.model.VpcForCreatePrivateZoneInput
-
Packages that use VpcForCreatePrivateZoneInput Package Description com.volcengine.privatezone.model -
-
Uses of VpcForCreatePrivateZoneInput in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return VpcForCreatePrivateZoneInput Modifier and Type Method Description VpcForCreatePrivateZoneInputVpcForCreatePrivateZoneInput. region(String region)VpcForCreatePrivateZoneInputVpcForCreatePrivateZoneInput. vpcId(String vpcId)Methods in com.volcengine.privatezone.model that return types with arguments of type VpcForCreatePrivateZoneInput Modifier and Type Method Description @Valid List<VpcForCreatePrivateZoneInput>CreatePrivateZoneRequest. getVpcs()Get vpcsMethods in com.volcengine.privatezone.model with parameters of type VpcForCreatePrivateZoneInput Modifier and Type Method Description CreatePrivateZoneRequestCreatePrivateZoneRequest. addVpcsItem(VpcForCreatePrivateZoneInput vpcsItem)Method parameters in com.volcengine.privatezone.model with type arguments of type VpcForCreatePrivateZoneInput Modifier and Type Method Description voidCreatePrivateZoneRequest. setVpcs(List<VpcForCreatePrivateZoneInput> vpcs)CreatePrivateZoneRequestCreatePrivateZoneRequest. vpcs(List<VpcForCreatePrivateZoneInput> vpcs)
-