Uses of Class
com.baidubce.services.bos.model.Condition

Packages that use Condition
com.baidubce.services.bos.model   
 

Uses of Condition in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return Condition
 Condition Grant.getCondition()
          Gets the condition of Bucket Acl.
 Condition Rule.getCondition()
          Gets the condtion of Bucket Lifecycle.
 Condition Condition.withIpAddress(List<String> ipAddress)
          Sets ipAddress of Bucket Acl, just for Bucket Acl json
 Condition Condition.withReferer(Referer referer)
          Sets referer of Bucket Acl.
 Condition Condition.withTime(Time time)
          Sets time of Bucket Lifecycle.
 

Methods in com.baidubce.services.bos.model with parameters of type Condition
 void Grant.setCondition(Condition condition)
          Sets the condition of Bucket Acl.
 void Rule.setCondition(Condition condition)
          Sets the condtion of Bucket Lifecycle.
 Grant Grant.withCondition(Condition condition)
          Sets the condtion of Bucket Acl.
 Rule Rule.withCondtion(Condition condition)
          Sets the condtion of Bucket Lifecycle.
 



Copyright © 2018. All rights reserved.