Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Permission> |
PipelineOutputConfig.permissions
Optional.
|
Modifier and Type | Method and Description |
---|---|
Permission |
Permission.clone() |
Permission |
Permission.withAccess(java.util.Collection<java.lang.String> access)
The permission that you want to give to the AWS user that is listed in
Grantee.
|
Permission |
Permission.withAccess(java.lang.String... access)
The permission that you want to give to the AWS user that is listed in
Grantee.
|
Permission |
Permission.withGrantee(java.lang.String grantee)
The AWS user or group that you want to have access to transcoded files
and playlists.
|
Permission |
Permission.withGranteeType(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Permission> permissions)
Optional.
|
PipelineOutputConfig |
PipelineOutputConfig.withPermissions(java.util.Collection<Permission> permissions)
Optional.
|
Modifier and Type | Method and Description |
---|---|
Permission |
PermissionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PermissionJsonMarshaller.marshall(Permission permission,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|