Uses of Class
com.baidubce.services.cdn.model.CacheTTL

Packages that use CacheTTL
com.baidubce.services.cdn.model   
 

Uses of CacheTTL in com.baidubce.services.cdn.model
 

Methods in com.baidubce.services.cdn.model that return CacheTTL
 CacheTTL CacheTTL.withTtl(Integer ttl)
           
 CacheTTL CacheTTL.withType(String type)
           
 CacheTTL CacheTTL.withValue(String value)
           
 CacheTTL CacheTTL.withWeigth(Integer weight)
           
 

Methods in com.baidubce.services.cdn.model that return types with arguments of type CacheTTL
 List<CacheTTL> GetDomainConfigResponse.getCacheTTL()
           
 List<CacheTTL> SetDomainCacheTTLRequest.getCacheTTL()
           
 List<CacheTTL> GetDomainCacheTTLResponse.getCacheTTL()
           
 

Methods in com.baidubce.services.cdn.model with parameters of type CacheTTL
 SetDomainCacheTTLRequest SetDomainCacheTTLRequest.addCacheTTL(CacheTTL rule)
           
 

Method parameters in com.baidubce.services.cdn.model with type arguments of type CacheTTL
 void GetDomainConfigResponse.setCacheTTL(List<CacheTTL> cacheTTL)
           
 void SetDomainCacheTTLRequest.setCacheTTL(List<CacheTTL> cacheTTL)
           
 void GetDomainCacheTTLResponse.setCacheTTL(List<CacheTTL> cacheTTL)
           
 SetDomainCacheTTLRequest SetDomainCacheTTLRequest.withCacheTTL(List<CacheTTL> cacheTTL)
           
 



Copyright © 2018. All rights reserved.