public class CanonicalGrantee extends Object implements GranteeInterface
AccessControlList| 构造器和说明 |
|---|
CanonicalGrantee() |
CanonicalGrantee(String identifier)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayName()
已过时。
|
String |
getIdentifier()
Obtain the ID of the domain to which the grantee belongs.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
已过时。
|
void |
setIdentifier(String canonicalGrantId)
Set the ID of the domain to which the grantee belongs.
|
String |
toString() |
public CanonicalGrantee()
public CanonicalGrantee(String identifier)
identifier - ID of the domain to which the grantee belongspublic void setIdentifier(String canonicalGrantId)
setIdentifier 在接口中 GranteeInterfacecanonicalGrantId - ID of the domain to which the grantee belongspublic String getIdentifier()
getIdentifier 在接口中 GranteeInterface@Deprecated public void setDisplayName(String displayName)
displayName - Username of the grantee@Deprecated public String getDisplayName()
Copyright © 2021. All rights reserved.