程序包 | 说明 |
---|---|
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
Permission |
Grant.getPermission()
Gets the
Permission granted. |
static Permission |
Permission.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Permission[] |
Permission.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
BucketInfo.grantPermission(Grantee grantee,
Permission permission) |
void |
AccessControlList.grantPermission(Grantee grantee,
Permission permission)
Grants the
Grantee with the Permission . |
构造器和说明 |
---|
Grant(Grantee grantee,
Permission permission)
Constructor
|
Copyright © 2019. All Rights Reserved.