Uses of Class
com.volcengine.privatezone.model.BindForUpdateBindVPCInput
-
Packages that use BindForUpdateBindVPCInput Package Description com.volcengine.privatezone.model -
-
Uses of BindForUpdateBindVPCInput in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return BindForUpdateBindVPCInput Modifier and Type Method Description BindForUpdateBindVPCInputBindForUpdateBindVPCInput. region(String region)BindForUpdateBindVPCInputBindForUpdateBindVPCInput. vpcId(String vpcId)Methods in com.volcengine.privatezone.model that return types with arguments of type BindForUpdateBindVPCInput Modifier and Type Method Description @Valid List<BindForUpdateBindVPCInput>UpdateBindVPCRequest. getBinds()Get bindsMethods in com.volcengine.privatezone.model with parameters of type BindForUpdateBindVPCInput Modifier and Type Method Description UpdateBindVPCRequestUpdateBindVPCRequest. addBindsItem(BindForUpdateBindVPCInput bindsItem)Method parameters in com.volcengine.privatezone.model with type arguments of type BindForUpdateBindVPCInput Modifier and Type Method Description UpdateBindVPCRequestUpdateBindVPCRequest. binds(List<BindForUpdateBindVPCInput> binds)voidUpdateBindVPCRequest. setBinds(List<BindForUpdateBindVPCInput> binds)
-