| Package | Description |
|---|---|
| com.baidubce.services.acl | |
| com.baidubce.services.acl.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AclClient.modifyAclRuleAttributes(String aclRuleId,
AclRule aclRule)
Modifying the special attribute to new aclRule owned by the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclClient.createAcl(List<AclRule> aclRules)
Create a acl with the specified options.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclRule> |
AclEntry.getAclRules() |
List<AclRule> |
CreateAclRequest.getAclRules() |
List<AclRule> |
ListAclResponse.getAclRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclEntry.setAclRules(List<AclRule> aclRules) |
void |
CreateAclRequest.setAclRules(List<AclRule> aclRules) |
void |
ListAclResponse.setAclRules(List<AclRule> aclRules) |
Copyright © 2024. All rights reserved.