Uses of Class
com.volcengine.cdn.model.NegativeCacheForUpdateCdnConfigInput
-
Packages that use NegativeCacheForUpdateCdnConfigInput Package Description com.volcengine.cdn.model -
-
Uses of NegativeCacheForUpdateCdnConfigInput in com.volcengine.cdn.model
Methods in com.volcengine.cdn.model that return NegativeCacheForUpdateCdnConfigInput Modifier and Type Method Description NegativeCacheForUpdateCdnConfigInputNegativeCacheForUpdateCdnConfigInput. condition(ConditionForUpdateCdnConfigInput condition)NegativeCacheForUpdateCdnConfigInputNegativeCacheForUpdateCdnConfigInput. negativeCacheRule(NegativeCacheRuleForUpdateCdnConfigInput negativeCacheRule)Methods in com.volcengine.cdn.model that return types with arguments of type NegativeCacheForUpdateCdnConfigInput Modifier and Type Method Description @Valid List<NegativeCacheForUpdateCdnConfigInput>UpdateCdnConfigRequest. getNegativeCache()Get negativeCacheMethods in com.volcengine.cdn.model with parameters of type NegativeCacheForUpdateCdnConfigInput Modifier and Type Method Description UpdateCdnConfigRequestUpdateCdnConfigRequest. addNegativeCacheItem(NegativeCacheForUpdateCdnConfigInput negativeCacheItem)Method parameters in com.volcengine.cdn.model with type arguments of type NegativeCacheForUpdateCdnConfigInput Modifier and Type Method Description UpdateCdnConfigRequestUpdateCdnConfigRequest. negativeCache(List<NegativeCacheForUpdateCdnConfigInput> negativeCache)voidUpdateCdnConfigRequest. setNegativeCache(List<NegativeCacheForUpdateCdnConfigInput> negativeCache)
-