Java com.amazonaws.auth.policy.actions S3Actions fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.auth.policy.actions S3Actions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.auth.policy.actions S3Actions.

The text is from its open source code.

Field

S3ActionsGetObject
Action for retrieving an object (GET), object metadata (HEAD) or an object torrent.
S3ActionsPutObject
Action for uploading an object (PUT or POST).
S3ActionsDeleteObject
Action for deleting an object.
S3ActionsListObjects
Action for listing the objects in an Amazon S3 bucket.

Method