Uses of Class
org.craftercms.studio.api.v1.exception.AwsException
Packages that use AwsException
Package
Description
-
Uses of AwsException in org.craftercms.studio.api.v1.aws.elastictranscoder
Methods in org.craftercms.studio.api.v1.aws.elastictranscoder that throw AwsExceptionModifier and TypeMethodDescriptionElasticTranscoder.startJob(String filename, InputStream content, TranscoderProfile profile) Starts a transcoder job for the specified file, based on the givenTranscoderProfile. -
Uses of AwsException in org.craftercms.studio.api.v1.aws.mediaconvert
Methods in org.craftercms.studio.api.v1.aws.mediaconvert that throw AwsExceptionModifier and TypeMethodDescriptionMediaConvert.startJob(String filename, InputStream content, MediaConvertProfile profile) Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert. -
Uses of AwsException in org.craftercms.studio.api.v1.service.aws
Methods in org.craftercms.studio.api.v1.service.aws that throw AwsExceptionModifier and TypeMethodDescriptionprotected TAbstractAwsService.getProfile(String site, String profileId) MediaConvertService.startJob(String site, String profileId, String filename, InputStream content) Deprecated.Uploads a file to S3 and creates a transcoding job using the specified profile.ElasticTranscoderService.transcodeFile(String site, String profileId, String filename, InputStream content) Requests the transcoding of the specified file to the AWS Elastic Transcoder, using the specifiedTranscoderProfile.S3Service.uploadFile(String site, String profileId, String filename, InputStream content) Deprecated.Requests the file upload using the specifiedS3Profile. -
Uses of AwsException in org.craftercms.studio.api.v2.service.aws.mediaconvert
Methods in org.craftercms.studio.api.v2.service.aws.mediaconvert that throw AwsExceptionModifier and TypeMethodDescriptionAwsMediaConvertService.uploadVideo(String site, String inputProfileId, String outputProfileId, String filename, InputStream content) Uploads a file to S3 and creates a transcoding job using the specified profile. -
Uses of AwsException in org.craftercms.studio.api.v2.service.aws.s3
Methods in org.craftercms.studio.api.v2.service.aws.s3 that throw AwsExceptionModifier and TypeMethodDescriptionLists items in an S3 bucket.AwsS3Service.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket. -
Uses of AwsException in org.craftercms.studio.controller.rest.v2.aws
Methods in org.craftercms.studio.controller.rest.v2.aws that throw AwsExceptionModifier and TypeMethodDescriptionList items in an S3 bucket.AwsS3Controller.uploadItem(javax.servlet.http.HttpServletRequest request) Upload a file to an S3 bucket.AwsMediaConvertController.uploadVideo(javax.servlet.http.HttpServletRequest request) Uploads a file to S3 and triggers a MediaConvert job -
Uses of AwsException in org.craftercms.studio.impl.v1.aws.elastictranscoder
Methods in org.craftercms.studio.impl.v1.aws.elastictranscoder that throw AwsExceptionModifier and TypeMethodDescriptionElasticTranscoderImpl.startJob(String filename, InputStream content, TranscoderProfile profile) protected voidElasticTranscoderImpl.uploadInput(String inputKey, String filename, InputStream content, com.amazonaws.services.elastictranscoder.model.Pipeline pipeline, com.amazonaws.services.s3.AmazonS3 s3Client) -
Uses of AwsException in org.craftercms.studio.impl.v1.aws.mediaconvert
Methods in org.craftercms.studio.impl.v1.aws.mediaconvert that throw AwsExceptionModifier and TypeMethodDescriptionMediaConvertImpl.startJob(String filename, InputStream content, MediaConvertProfile profile) Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert. -
Uses of AwsException in org.craftercms.studio.impl.v1.service.aws
Methods in org.craftercms.studio.impl.v1.service.aws that throw AwsExceptionModifier and TypeMethodDescriptionMediaConvertServiceImpl.startJob(String site, String profileId, String filename, InputStream content) Deprecated.Uploads a file to S3 and creates a transcoding job using the specified profile.@Valid TranscoderJobElasticTranscoderServiceImpl.transcodeFile(String site, String profileId, String filename, InputStream content) S3ServiceImpl.uploadFile(String site, String profileId, String filename, InputStream content) Deprecated.static voidAwsUtils.uploadStream(String inputBucket, String inputKey, com.amazonaws.services.s3.AmazonS3 s3Client, int partSize, String filename, InputStream content) -
Uses of AwsException in org.craftercms.studio.impl.v2.service.aws.mediaconvert
Methods in org.craftercms.studio.impl.v2.service.aws.mediaconvert that throw AwsExceptionModifier and TypeMethodDescriptionAwsMediaConvertServiceImpl.uploadVideo(String site, String inputProfileId, String outputProfileId, String filename, InputStream content) Uploads a file to S3 and creates a transcoding job using the specified profile. -
Uses of AwsException in org.craftercms.studio.impl.v2.service.aws.s3
Methods in org.craftercms.studio.impl.v2.service.aws.s3 that throw AwsExceptionModifier and TypeMethodDescriptionLists items in an S3 bucket.AwsS3ServiceImpl.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket.