The available AWS access control policy actions for Amazon S3.

Namespace: Amazon.Auth.AccessControlPolicy.ActionIdentifiers
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

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

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
S3ActionIdentifiers()()()()
Initializes a new instance of the S3ActionIdentifiers class
AbortMultipartUpload
AllS3Actions
CreateBucket
DeleteBucket
DeleteObject
DeleteObjectVersion
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetBucketAcl
GetBucketLocation
GetBucketNotification
GetBucketPolicy
GetBucketRequestPayment
GetBucketVersioning
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObject
GetObjectAcl
GetObjectVersion
GetObjectVersionAcl
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ListAllMyBuckets
ListBucket
ListBucketMultipartUploads
ListBucketVersions
ListMultipartUploadParts
PutBucketAcl
PutBucketNotification
PutBucketPolicy
PutBucketRequestPayment
PutBucketVersioning
PutObject
PutObjectAcl
PutObjectVersionAcl
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.Auth.AccessControlPolicy.ActionIdentifiers..::..S3ActionIdentifiers

See Also