|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclRule | |
---|---|
com.baidubce.services.acl | |
com.baidubce.services.acl.model |
Uses of AclRule in com.baidubce.services.acl |
---|
Methods in com.baidubce.services.acl with parameters of type AclRule | |
---|---|
void |
AclClient.modifyAclRuleAttributes(String aclRuleId,
AclRule aclRule)
Modifying the special attribute to new aclRule owned by the user. |
Method parameters in com.baidubce.services.acl with type arguments of type AclRule | |
---|---|
void |
AclClient.createAcl(List<AclRule> aclRules)
Create a acl with the specified options. |
Uses of AclRule in com.baidubce.services.acl.model |
---|
Methods in com.baidubce.services.acl.model that return types with arguments of type AclRule | |
---|---|
List<AclRule> |
ListAclResponse.getAclRules()
|
List<AclRule> |
CreateAclRequest.getAclRules()
|
List<AclRule> |
AclEntry.getAclRules()
|
Method parameters in com.baidubce.services.acl.model with type arguments of type AclRule | |
---|---|
void |
ListAclResponse.setAclRules(List<AclRule> aclRules)
|
void |
CreateAclRequest.setAclRules(List<AclRule> aclRules)
|
void |
AclEntry.setAclRules(List<AclRule> aclRules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |