public interface Grantee
AccessControlList
. All grantees have an ID of some kind, though the
format of the ID can differ depending on the kind of grantee.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Gets the identifier for this grantee.
|
java.lang.String |
getTypeIdentifier()
Returns the identifier for the type of this grant, to be used when
specifying grants in the header of a request.
|
void |
setIdentifier(java.lang.String id)
Sets the identifier for this grantee.
|
java.lang.String getTypeIdentifier()
void setIdentifier(java.lang.String id)
Grantee
.id
- The identifier for this grantee.getIdentifier()
java.lang.String getIdentifier()
Grantee
.Grantee#setIdentifier()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.