Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
Permission |
Permission.clone() |
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:
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
PipelineOutputConfig.getPermissions()
Optional.
|
Modifier and Type | Method and Description |
---|---|
PipelineOutputConfig |
PipelineOutputConfig.withPermissions(Permission... permissions)
Optional.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineOutputConfig.setPermissions(Collection<Permission> permissions)
Optional.
|
PipelineOutputConfig |
PipelineOutputConfig.withPermissions(Collection<Permission> permissions)
Optional.
|
Copyright © 2019. All rights reserved.