| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Grant> |
AccessControlList.getGrants()
已过时。
This will remove the duplicate grants if received from Qcloud COS. Use
AccessControlList.getGrantsAsList() instead. |
List<Grant> |
AccessControlList.getGrantsAsList()
Gets the list of
Grant objects in this access control list (ACL). |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AccessControlList.grantAllPermissions(Grant... grantsVarArg)
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in
the set is a
Grant object. |
Copyright © 2017. All rights reserved.