Uses of Class
com.volcengine.privatezone.model.UnbindForUpdateBindVPCInput
-
Packages that use UnbindForUpdateBindVPCInput Package Description com.volcengine.privatezone.model -
-
Uses of UnbindForUpdateBindVPCInput in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return UnbindForUpdateBindVPCInput Modifier and Type Method Description UnbindForUpdateBindVPCInputUnbindForUpdateBindVPCInput. region(String region)UnbindForUpdateBindVPCInputUnbindForUpdateBindVPCInput. vpcId(String vpcId)Methods in com.volcengine.privatezone.model that return types with arguments of type UnbindForUpdateBindVPCInput Modifier and Type Method Description @Valid List<UnbindForUpdateBindVPCInput>UpdateBindVPCRequest. getUnbinds()Get unbindsMethods in com.volcengine.privatezone.model with parameters of type UnbindForUpdateBindVPCInput Modifier and Type Method Description UpdateBindVPCRequestUpdateBindVPCRequest. addUnbindsItem(UnbindForUpdateBindVPCInput unbindsItem)Method parameters in com.volcengine.privatezone.model with type arguments of type UnbindForUpdateBindVPCInput Modifier and Type Method Description voidUpdateBindVPCRequest. setUnbinds(List<UnbindForUpdateBindVPCInput> unbinds)UpdateBindVPCRequestUpdateBindVPCRequest. unbinds(List<UnbindForUpdateBindVPCInput> unbinds)
-