public class CanonicalGrantee extends Object implements GranteeInterface
AccessControlList| 构造器 | 说明 |
|---|---|
CanonicalGrantee() |
|
CanonicalGrantee(String identifier) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getDisplayName() |
Obtain the username of the grantee.
|
String |
getIdentifier() |
Obtain the ID of the domain to which the grantee belongs.
|
int |
hashCode() |
|
void |
setDisplayName(String displayName) |
Set the username for the grantee.
|
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 在接口中 GranteeInterfacepublic void setDisplayName(String displayName)
displayName - Username of the granteepublic String getDisplayName()
Copyright © 2025. All rights reserved.