A S3Grantee represents an Owner/User/Group that can be given permissions on a bucket or object. For more information about Grantees or ACLs see: http://docs.amazonwebservices.com/AmazonS3/latest/index.html?RESTAuthentication.html

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class S3Grantee
Public Class S3Grantee
public ref class S3Grantee

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
S3Grantee()()()()
Initializes a new instance of the S3Grantee class
CanonicalUser
Gets and Sets the CanonicalUser property.
EmailAddress
Gets and sets the EmailAddress property.
Equals(Object)
Determines whether two Tuple objects have the same value.
(Overrides Object..::..Equals(Object).)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a System.String that represents the Grantee Object.
(Overrides Object..::..ToString()()()().)
URI
Gets and sets the URI property.
WithCanonicalUser(String, String)
Sets the CanonicalUser property.
WithEmailAddress(String)
Sets the EmailAddress property.
WithURI(String)
Sets the URI property.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..S3Grantee

See Also