public class CanonicalUser extends Object
| Constructor and Description | 
|---|
CanonicalUser(String id)  | 
CanonicalUser(String id,
             String displayName)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getDisplayName()
read-only as is maintained by Amazon. 
 | 
String | 
getId()
To locate the CanonicalUser ID for a user, the user must perform the
  
BaseAsyncBlobStore.list(String) and retrieve
 BucketMetadata.getOwner() | 
int | 
hashCode()  | 
void | 
setDisplayName(String displayName)  | 
public CanonicalUser(String id)
public String getId()
BaseAsyncBlobStore.list(String) and retrieve
 BucketMetadata.getOwner()public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2009-2013 jclouds. All Rights Reserved.