AWS SDK for .NET Documentation
S3Grantee Class
AmazonAmazon.S3.ModelS3Grantee Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class S3Grantee
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3Grantee()()()()
Initializes a new instance of the S3Grantee class

CanonicalUser
The canonical user details.

EmailAddress
The email address associated with the grantee.

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
The URI property of the grantee.

WithCanonicalUser(String, String) Obsolete.
Sets the canonical user details.

WithEmailAddress(String) Obsolete.
Sets the email address associated with the grantee.

WithURI(String) Obsolete.
Sets the URI property of the grantee.

Inheritance Hierarchy
Object
S3Grantee

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)