| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.access(Collection<String> access)
The permission that you want to give to the AWS user that is listed in Grantee.
|
Permission.Builder |
Permission.Builder.access(String... access)
The permission that you want to give to the AWS user that is listed in Grantee.
|
static Permission.Builder |
Permission.builder() |
Permission.Builder |
Permission.Builder.grantee(String grantee)
The AWS user or group that you want to have access to transcoded files and playlists.
|
Permission.Builder |
Permission.Builder.granteeType(String granteeType)
The type of value that appears in the Grantee object:
|
Permission.Builder |
Permission.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Permission.Builder> |
Permission.serializableBuilderClass() |
Copyright © 2023. All rights reserved.