Java com.amazonaws.services.s3.model CannedAccessControlList fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model CannedAccessControlList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model CannedAccessControlList.

The text is from its open source code.

Field

CannedAccessControlListPrivate
Specifies the owner is granted Permission#FullControl .
CannedAccessControlListPublicRead
Specifies the owner is granted Permission#FullControl and the GroupGrantee#AllUsers group grantee is granted Permission#Read access.
CannedAccessControlListPublicReadWrite
Specifies the owner is granted Permission#FullControl and the GroupGrantee#AllUsers group grantee is granted Permission#Read and Permission#Write access.
CannedAccessControlListAuthenticatedRead
Specifies the owner is granted Permission#FullControl and the GroupGrantee#AuthenticatedUsers group grantee is granted Permission#Read access.
CannedAccessControlListLogDeliveryWrite
Specifies the owner is granted Permission#FullControl and the GroupGrantee#LogDelivery group grantee is granted Permission#Write access so that access logs can be delivered.
CannedAccessControlListBucketOwnerRead
Specifies the owner of the bucket, but not necessarily the same as the owner of the object, is granted Permission#Read .
CannedAccessControlListBucketOwnerFullControl
Specifies the owner of the bucket, but not necessarily the same as the owner of the object, is granted Permission#FullControl .

Method

StringtoString()
Returns the Amazon S3 x-amz-acl header value for this canned acl.