|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
com.baidubce.services.bos.model |
Uses of Rule in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return Rule | |
---|---|
Rule |
Rule.withAction(Action action)
Sets the action of Bucket Lifecycle. |
Rule |
Rule.withCondtion(Condition condition)
Sets the condtion of Bucket Lifecycle. |
Rule |
Rule.withId(String id)
Sets the rule id of Bucket Lifecycle. |
Rule |
Rule.withResource(List<String> resource)
Sets the resource of Bucket Lifecycle. |
Rule |
Rule.withStatus(String status)
Sets the status of Bucket Lifecycle. |
Methods in com.baidubce.services.bos.model that return types with arguments of type Rule | |
---|---|
List<Rule> |
GetBucketLifecycleResponse.getRule()
Gets rule of GetBucketLifecycleResponse. |
List<Rule> |
SetBucketLifecycleRequest.getRuleList()
Gets the ruleList of Bucket Lifecycle. |
Method parameters in com.baidubce.services.bos.model with type arguments of type Rule | |
---|---|
void |
GetBucketLifecycleResponse.setRule(List<Rule> rule)
Sets rule of GetBucketLifecycleResponse. |
void |
SetBucketLifecycleRequest.setRuleList(List<Rule> ruleList)
Sets the ruleList of Bucket Lifecycle. |
Constructor parameters in com.baidubce.services.bos.model with type arguments of type Rule | |
---|---|
GetBucketLifecycleResponse(List<Rule> rule)
Constructs a new GetBucketLifecycleResponse object for GetBucketLifecycleResponse. |
|
SetBucketLifecycleRequest(String bucketName,
List<Rule> ruleList)
Constructs a new SetBucketLifecycleRequest object, ready to set the specified Bucket Lifecycle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |