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