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

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

Introduction

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

The text is from its open source code.

Constructor

Grant(Grantee grantee, Permission permission)
Constructs a new Grant object using the specified grantee and permission objects.

Method

GranteegetGrantee()
Gets the grantee being granted a permission by this grant.
PermissiongetPermission()
Gets the permission being granted to the grantee by this grant.