|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. |
Uses of Permission in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return Permission | |
---|---|
Permission |
Permission.withAccess(Collection<String> access)
The permission that you want to give to the AWS user that is listed in Grantee. |
Permission |
Permission.withAccess(String... access)
The permission that you want to give to the AWS user that is listed in Grantee. |
Permission |
Permission.withGrantee(String grantee)
The AWS user or group that you want to have access to transcoded files and playlists. |
Permission |
Permission.withGranteeType(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. |
Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Permission | |
---|---|
List<Permission> |
PipelineOutputConfig.getPermissions()
Optional. |
Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Permission | |
---|---|
PipelineOutputConfig |
PipelineOutputConfig.withPermissions(Permission... permissions)
Optional. |
Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Permission | |
---|---|
void |
PipelineOutputConfig.setPermissions(Collection<Permission> permissions)
Optional. |
PipelineOutputConfig |
PipelineOutputConfig.withPermissions(Collection<Permission> permissions)
Optional. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |