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

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

Introduction

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

The text is from its open source code.

Constructor

SetObjectAclRequest(String bucketName, String key, AccessControlList acl)
Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified object when this request is executed.
SetObjectAclRequest(String bucketName, String key, CannedAccessControlList acl)
Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified object when this request is executed.