Uses of Class
com.amazonaws.services.elastictranscoder.model.Permission
Packages that use Permission
-
Uses of Permission in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PermissionModifier and TypeMethodDescriptionPermission.clone()
Permission.withAccess
(String... access) The permission that you want to give to the AWS user that is listed in Grantee.Permission.withAccess
(Collection<String> access) The permission that you want to give to the AWS user that is listed in Grantee.Permission.withGrantee
(String grantee) The AWS user or group that you want to have access to transcoded files and playlists.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 PermissionMethods in com.amazonaws.services.elastictranscoder.model with parameters of type PermissionModifier and TypeMethodDescriptionPipelineOutputConfig.withPermissions
(Permission... permissions) Optional.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type PermissionModifier and TypeMethodDescriptionvoid
PipelineOutputConfig.setPermissions
(Collection<Permission> permissions) Optional.PipelineOutputConfig.withPermissions
(Collection<Permission> permissions) Optional.