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

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

Introduction

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

The text is from its open source code.

Field

PermissionFullControl
Provides READ, WRITE, READ_ACP, and WRITE_ACP permissions.
PermissionRead
Grants permission to list the bucket when applied to a bucket.
PermissionWrite
Grants permission to create, overwrite, and delete any objects in the bucket.
PermissionReadAcp
Grants permission to read the ACL for the applicable bucket or object.
PermissionWriteAcp
Gives permission to overwrite the ACP for the applicable bucket or object.

Method

PermissionparsePermission(String str)
Returns the Permission enumeration value representing the specified Amazon S3 Region ID string.