Uses of Class
com.volcengine.cdn.model.CustomVariableInstanceForCreateDomainVersionInput
-
Packages that use CustomVariableInstanceForCreateDomainVersionInput Package Description com.volcengine.cdn.model -
-
Uses of CustomVariableInstanceForCreateDomainVersionInput in com.volcengine.cdn.model
Methods in com.volcengine.cdn.model that return CustomVariableInstanceForCreateDomainVersionInput Modifier and Type Method Description CustomVariableInstanceForCreateDomainVersionInputCustomVariableInstanceForCreateDomainVersionInput. operator(String operator)CustomVariableInstanceForCreateDomainVersionInputCustomVariableInstanceForCreateDomainVersionInput. type(String type)CustomVariableInstanceForCreateDomainVersionInputCustomVariableInstanceForCreateDomainVersionInput. value(String value)Methods in com.volcengine.cdn.model that return types with arguments of type CustomVariableInstanceForCreateDomainVersionInput Modifier and Type Method Description @Valid List<CustomVariableInstanceForCreateDomainVersionInput>CustomVariableRulesForCreateDomainVersionInput. getCustomVariableInstances()Get customVariableInstancesMethods in com.volcengine.cdn.model with parameters of type CustomVariableInstanceForCreateDomainVersionInput Modifier and Type Method Description CustomVariableRulesForCreateDomainVersionInputCustomVariableRulesForCreateDomainVersionInput. addCustomVariableInstancesItem(CustomVariableInstanceForCreateDomainVersionInput customVariableInstancesItem)Method parameters in com.volcengine.cdn.model with type arguments of type CustomVariableInstanceForCreateDomainVersionInput Modifier and Type Method Description CustomVariableRulesForCreateDomainVersionInputCustomVariableRulesForCreateDomainVersionInput. customVariableInstances(List<CustomVariableInstanceForCreateDomainVersionInput> customVariableInstances)voidCustomVariableRulesForCreateDomainVersionInput. setCustomVariableInstances(List<CustomVariableInstanceForCreateDomainVersionInput> customVariableInstances)
-