Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.Permission.Builder
-
Packages that use Permission.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Permission.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Permission.Builder Modifier and Type Method Description Permission.BuilderPermission.Builder. access(String... access)The permission that you want to give to the AWS user that is listed in Grantee.Permission.BuilderPermission.Builder. access(Collection<String> access)The permission that you want to give to the AWS user that is listed in Grantee.static Permission.BuilderPermission. builder()Permission.BuilderPermission.Builder. grantee(String grantee)The AWS user or group that you want to have access to transcoded files and playlists.Permission.BuilderPermission.Builder. granteeType(String granteeType)The type of value that appears in the Grantee object:Permission.BuilderPermission. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Permission.Builder Modifier and Type Method Description static Class<? extends Permission.Builder>Permission. serializableBuilderClass()
-