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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetAccess()

The permission that you want to give to the AWS user that is listed in Grantee.

StringgetGrantee()

The AWS user or group that you want to have access to transcoded files and playlists.

StringgetGranteeType()

The type of value that appears in the Grantee object:

  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

voidsetAccess(java.util.Collection access)

The permission that you want to give to the AWS user that is listed in Grantee.

voidsetGrantee(String grantee)

The AWS user or group that you want to have access to transcoded files and playlists.

voidsetGranteeType(String granteeType)

The type of value that appears in the Grantee object:

  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.