Interface ElasticTranscoderClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface ElasticTranscoderClient extends AwsClient
Service client for accessing Amazon Elastic Transcoder. This can be created using the staticbuilder()method.AWS Elastic Transcoder Service The AWS Elastic Transcoder Service.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ElasticTranscoderClientBuilderbuilder()Create a builder that can be used to configure and create aElasticTranscoderClient.default CancelJobResponsecancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)The CancelJob operation cancels an unfinished job.default CancelJobResponsecancelJob(CancelJobRequest cancelJobRequest)The CancelJob operation cancels an unfinished job.static ElasticTranscoderClientcreate()Create aElasticTranscoderClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateJobResponsecreateJob(Consumer<CreateJobRequest.Builder> createJobRequest)When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.default CreateJobResponsecreateJob(CreateJobRequest createJobRequest)When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.default CreatePipelineResponsecreatePipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest)The CreatePipeline operation creates a pipeline with settings that you specify.default CreatePipelineResponsecreatePipeline(CreatePipelineRequest createPipelineRequest)The CreatePipeline operation creates a pipeline with settings that you specify.default CreatePresetResponsecreatePreset(Consumer<CreatePresetRequest.Builder> createPresetRequest)The CreatePreset operation creates a preset with settings that you specify.default CreatePresetResponsecreatePreset(CreatePresetRequest createPresetRequest)The CreatePreset operation creates a preset with settings that you specify.default DeletePipelineResponsedeletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest)The DeletePipeline operation removes a pipeline.default DeletePipelineResponsedeletePipeline(DeletePipelineRequest deletePipelineRequest)The DeletePipeline operation removes a pipeline.default DeletePresetResponsedeletePreset(Consumer<DeletePresetRequest.Builder> deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region.default DeletePresetResponsedeletePreset(DeletePresetRequest deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region.default ListJobsByPipelineResponselistJobsByPipeline(Consumer<ListJobsByPipelineRequest.Builder> listJobsByPipelineRequest)The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.default ListJobsByPipelineResponselistJobsByPipeline(ListJobsByPipelineRequest listJobsByPipelineRequest)The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.default ListJobsByPipelineIterablelistJobsByPipelinePaginator(Consumer<ListJobsByPipelineRequest.Builder> listJobsByPipelineRequest)This is a variant oflistJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation.default ListJobsByPipelineIterablelistJobsByPipelinePaginator(ListJobsByPipelineRequest listJobsByPipelineRequest)This is a variant oflistJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation.default ListJobsByStatusResponselistJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusResponselistJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest)The ListJobsByStatus operation gets a list of jobs that have a specified status.default ListJobsByStatusIterablelistJobsByStatusPaginator(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest)This is a variant oflistJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation.default ListJobsByStatusIterablelistJobsByStatusPaginator(ListJobsByStatusRequest listJobsByStatusRequest)This is a variant oflistJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation.default ListPipelinesResponselistPipelines()The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default ListPipelinesResponselistPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default ListPipelinesResponselistPipelines(ListPipelinesRequest listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default ListPipelinesIterablelistPipelinesPaginator()This is a variant oflistPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.default ListPipelinesIterablelistPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)This is a variant oflistPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.default ListPipelinesIterablelistPipelinesPaginator(ListPipelinesRequest listPipelinesRequest)This is a variant oflistPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.default ListPresetsResponselistPresets()The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.default ListPresetsResponselistPresets(Consumer<ListPresetsRequest.Builder> listPresetsRequest)The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.default ListPresetsResponselistPresets(ListPresetsRequest listPresetsRequest)The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.default ListPresetsIterablelistPresetsPaginator()This is a variant oflistPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.default ListPresetsIterablelistPresetsPaginator(Consumer<ListPresetsRequest.Builder> listPresetsRequest)This is a variant oflistPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.default ListPresetsIterablelistPresetsPaginator(ListPresetsRequest listPresetsRequest)This is a variant oflistPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.default ReadJobResponsereadJob(Consumer<ReadJobRequest.Builder> readJobRequest)The ReadJob operation returns detailed information about a job.default ReadJobResponsereadJob(ReadJobRequest readJobRequest)The ReadJob operation returns detailed information about a job.default ReadPipelineResponsereadPipeline(Consumer<ReadPipelineRequest.Builder> readPipelineRequest)The ReadPipeline operation gets detailed information about a pipeline.default ReadPipelineResponsereadPipeline(ReadPipelineRequest readPipelineRequest)The ReadPipeline operation gets detailed information about a pipeline.default ReadPresetResponsereadPreset(Consumer<ReadPresetRequest.Builder> readPresetRequest)The ReadPreset operation gets detailed information about a preset.default ReadPresetResponsereadPreset(ReadPresetRequest readPresetRequest)The ReadPreset operation gets detailed information about a preset.default ElasticTranscoderServiceClientConfigurationserviceClientConfiguration()static ServiceMetadataserviceMetadata()default UpdatePipelineResponseupdatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)Use theUpdatePipelineoperation to update settings for a pipeline.default UpdatePipelineResponseupdatePipeline(UpdatePipelineRequest updatePipelineRequest)Use theUpdatePipelineoperation to update settings for a pipeline.default UpdatePipelineNotificationsResponseupdatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.default UpdatePipelineNotificationsResponseupdatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest)With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.default UpdatePipelineStatusResponseupdatePipelineStatus(Consumer<UpdatePipelineStatusRequest.Builder> updatePipelineStatusRequest)The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.default UpdatePipelineStatusResponseupdatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest)The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.default ElasticTranscoderWaiterwaiter()Create an instance ofElasticTranscoderWaiterusing this client.-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
cancelJob
default CancelJobResponse cancelJob(CancelJobRequest cancelJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CancelJob operation cancels an unfinished job.
You can only cancel a job that has a status of
Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.- Parameters:
cancelJobRequest- TheCancelJobRequeststructure.- Returns:
- Result of the CancelJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
cancelJob
default CancelJobResponse cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CancelJob operation cancels an unfinished job.
You can only cancel a job that has a status of
Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.
This is a convenience which creates an instance of the
CancelJobRequest.Builderavoiding the need to create one manually viaCancelJobRequest.builder()- Parameters:
cancelJobRequest- AConsumerthat will call methods onCancelJobRequest.Builderto create a request. TheCancelJobRequeststructure.- Returns:
- Result of the CancelJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createJob
default CreateJobResponse createJob(CreateJobRequest createJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.
If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
- Parameters:
createJobRequest- TheCreateJobRequeststructure.- Returns:
- Result of the CreateJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createJob
default CreateJobResponse createJob(Consumer<CreateJobRequest.Builder> createJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.
If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
This is a convenience which creates an instance of the
CreateJobRequest.Builderavoiding the need to create one manually viaCreateJobRequest.builder()- Parameters:
createJobRequest- AConsumerthat will call methods onCreateJobRequest.Builderto create a request. TheCreateJobRequeststructure.- Returns:
- Result of the CreateJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createPipeline
default CreatePipelineResponse createPipeline(CreatePipelineRequest createPipelineRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CreatePipeline operation creates a pipeline with settings that you specify.
- Parameters:
createPipelineRequest- TheCreatePipelineRequeststructure.- Returns:
- Result of the CreatePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.ResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createPipeline
default CreatePipelineResponse createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CreatePipeline operation creates a pipeline with settings that you specify.
This is a convenience which creates an instance of the
CreatePipelineRequest.Builderavoiding the need to create one manually viaCreatePipelineRequest.builder()- Parameters:
createPipelineRequest- AConsumerthat will call methods onCreatePipelineRequest.Builderto create a request. TheCreatePipelineRequeststructure.- Returns:
- Result of the CreatePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.ResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createPreset
default CreatePresetResponse createPreset(CreatePresetRequest createPresetRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CreatePreset operation creates a preset with settings that you specify.
Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (
ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
- Parameters:
createPresetRequest- TheCreatePresetRequeststructure.- Returns:
- Result of the CreatePreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
createPreset
default CreatePresetResponse createPreset(Consumer<CreatePresetRequest.Builder> createPresetRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, LimitExceededException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The CreatePreset operation creates a preset with settings that you specify.
Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (
ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
This is a convenience which creates an instance of the
CreatePresetRequest.Builderavoiding the need to create one manually viaCreatePresetRequest.builder()- Parameters:
createPresetRequest- AConsumerthat will call methods onCreatePresetRequest.Builderto create a request. TheCreatePresetRequeststructure.- Returns:
- Result of the CreatePreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.LimitExceededException- Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
deletePipeline
default DeletePipelineResponse deletePipeline(DeletePipelineRequest deletePipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use,
DeletePipelinereturns an error.- Parameters:
deletePipelineRequest- TheDeletePipelineRequeststructure.- Returns:
- Result of the DeletePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
deletePipeline
default DeletePipelineResponse deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use,
DeletePipelinereturns an error.
This is a convenience which creates an instance of the
DeletePipelineRequest.Builderavoiding the need to create one manually viaDeletePipelineRequest.builder()- Parameters:
deletePipelineRequest- AConsumerthat will call methods onDeletePipelineRequest.Builderto create a request. TheDeletePipelineRequeststructure.- Returns:
- Result of the DeletePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
deletePreset
default DeletePresetResponse deletePreset(DeletePresetRequest deletePresetRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The DeletePreset operation removes a preset that you've added in an AWS region.
You can't delete the default presets that are included with Elastic Transcoder.
- Parameters:
deletePresetRequest- TheDeletePresetRequeststructure.- Returns:
- Result of the DeletePreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
deletePreset
default DeletePresetResponse deletePreset(Consumer<DeletePresetRequest.Builder> deletePresetRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The DeletePreset operation removes a preset that you've added in an AWS region.
You can't delete the default presets that are included with Elastic Transcoder.
This is a convenience which creates an instance of the
DeletePresetRequest.Builderavoiding the need to create one manually viaDeletePresetRequest.builder()- Parameters:
deletePresetRequest- AConsumerthat will call methods onDeletePresetRequest.Builderto create a request. TheDeletePresetRequeststructure.- Returns:
- Result of the DeletePreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByPipeline
default ListJobsByPipelineResponse listJobsByPipeline(ListJobsByPipelineRequest listJobsByPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
- Parameters:
listJobsByPipelineRequest- TheListJobsByPipelineRequeststructure.- Returns:
- Result of the ListJobsByPipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByPipeline
default ListJobsByPipelineResponse listJobsByPipeline(Consumer<ListJobsByPipelineRequest.Builder> listJobsByPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
This is a convenience which creates an instance of the
ListJobsByPipelineRequest.Builderavoiding the need to create one manually viaListJobsByPipelineRequest.builder()- Parameters:
listJobsByPipelineRequest- AConsumerthat will call methods onListJobsByPipelineRequest.Builderto create a request. TheListJobsByPipelineRequeststructure.- Returns:
- Result of the ListJobsByPipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByPipelinePaginator
default ListJobsByPipelineIterable listJobsByPipelinePaginator(ListJobsByPipelineRequest listJobsByPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client.listJobsByPipelinePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client .listJobsByPipelinePaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client.listJobsByPipelinePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation.- Parameters:
listJobsByPipelineRequest- TheListJobsByPipelineRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByPipelinePaginator
default ListJobsByPipelineIterable listJobsByPipelinePaginator(Consumer<ListJobsByPipelineRequest.Builder> listJobsByPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client.listJobsByPipelinePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client .listJobsByPipelinePaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByPipelineIterable responses = client.listJobsByPipelinePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobsByPipeline(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByPipelineRequest)operation.
This is a convenience which creates an instance of the
ListJobsByPipelineRequest.Builderavoiding the need to create one manually viaListJobsByPipelineRequest.builder()- Parameters:
listJobsByPipelineRequest- AConsumerthat will call methods onListJobsByPipelineRequest.Builderto create a request. TheListJobsByPipelineRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByStatus
default ListJobsByStatusResponse listJobsByStatus(ListJobsByStatusRequest listJobsByStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
- Parameters:
listJobsByStatusRequest- TheListJobsByStatusRequeststructure.- Returns:
- Result of the ListJobsByStatus operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByStatus
default ListJobsByStatusResponse listJobsByStatus(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
This is a convenience which creates an instance of the
ListJobsByStatusRequest.Builderavoiding the need to create one manually viaListJobsByStatusRequest.builder()- Parameters:
listJobsByStatusRequest- AConsumerthat will call methods onListJobsByStatusRequest.Builderto create a request. TheListJobsByStatusRequeststructure.- Returns:
- Result of the ListJobsByStatus operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByStatusPaginator
default ListJobsByStatusIterable listJobsByStatusPaginator(ListJobsByStatusRequest listJobsByStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client.listJobsByStatusPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client .listJobsByStatusPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client.listJobsByStatusPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation.- Parameters:
listJobsByStatusRequest- TheListJobsByStatusRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listJobsByStatusPaginator
default ListJobsByStatusIterable listJobsByStatusPaginator(Consumer<ListJobsByStatusRequest.Builder> listJobsByStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client.listJobsByStatusPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client .listJobsByStatusPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListJobsByStatusIterable responses = client.listJobsByStatusPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobsByStatus(software.amazon.awssdk.services.elastictranscoder.model.ListJobsByStatusRequest)operation.
This is a convenience which creates an instance of the
ListJobsByStatusRequest.Builderavoiding the need to create one manually viaListJobsByStatusRequest.builder()- Parameters:
listJobsByStatusRequest- AConsumerthat will call methods onListJobsByStatusRequest.Builderto create a request. TheListJobsByStatusRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPipelines
default ListPipelinesResponse listPipelines(ListPipelinesRequest listPipelinesRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
- Parameters:
listPipelinesRequest- TheListPipelineRequeststructure.- Returns:
- Result of the ListPipelines operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPipelines
default ListPipelinesResponse listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
This is a convenience which creates an instance of the
ListPipelinesRequest.Builderavoiding the need to create one manually viaListPipelinesRequest.builder()- Parameters:
listPipelinesRequest- AConsumerthat will call methods onListPipelinesRequest.Builderto create a request. TheListPipelineRequeststructure.- Returns:
- Result of the ListPipelines operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPipelines
default ListPipelinesResponse listPipelines() throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
- Returns:
- Result of the ListPipelines operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
listPipelines(ListPipelinesRequest)
-
listPipelinesPaginator
default ListPipelinesIterable listPipelinesPaginator() throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client .listPipelinesPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
listPipelinesPaginator(ListPipelinesRequest)
-
listPipelinesPaginator
default ListPipelinesIterable listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client .listPipelinesPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.- Parameters:
listPipelinesRequest- TheListPipelineRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPipelinesPaginator
default ListPipelinesIterable listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client .listPipelinesPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPipelinesIterable responses = client.listPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPipelines(software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesRequest)operation.
This is a convenience which creates an instance of the
ListPipelinesRequest.Builderavoiding the need to create one manually viaListPipelinesRequest.builder()- Parameters:
listPipelinesRequest- AConsumerthat will call methods onListPipelinesRequest.Builderto create a request. TheListPipelineRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPresets
default ListPresetsResponse listPresets(ListPresetsRequest listPresetsRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
- Parameters:
listPresetsRequest- TheListPresetsRequeststructure.- Returns:
- Result of the ListPresets operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPresets
default ListPresetsResponse listPresets(Consumer<ListPresetsRequest.Builder> listPresetsRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
This is a convenience which creates an instance of the
ListPresetsRequest.Builderavoiding the need to create one manually viaListPresetsRequest.builder()- Parameters:
listPresetsRequest- AConsumerthat will call methods onListPresetsRequest.Builderto create a request. TheListPresetsRequeststructure.- Returns:
- Result of the ListPresets operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPresets
default ListPresetsResponse listPresets() throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
- Returns:
- Result of the ListPresets operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
listPresets(ListPresetsRequest)
-
listPresetsPaginator
default ListPresetsIterable listPresetsPaginator() throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client .listPresetsPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPresetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
listPresetsPaginator(ListPresetsRequest)
-
listPresetsPaginator
default ListPresetsIterable listPresetsPaginator(ListPresetsRequest listPresetsRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client .listPresetsPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPresetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.- Parameters:
listPresetsRequest- TheListPresetsRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
listPresetsPaginator
default ListPresetsIterable listPresetsPaginator(Consumer<ListPresetsRequest.Builder> listPresetsRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
This is a variant of
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client .listPresetsPaginator(request); for (software.amazon.awssdk.services.elastictranscoder.model.ListPresetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.elastictranscoder.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPresets(software.amazon.awssdk.services.elastictranscoder.model.ListPresetsRequest)operation.
This is a convenience which creates an instance of the
ListPresetsRequest.Builderavoiding the need to create one manually viaListPresetsRequest.builder()- Parameters:
listPresetsRequest- AConsumerthat will call methods onListPresetsRequest.Builderto create a request. TheListPresetsRequeststructure.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readJob
default ReadJobResponse readJob(ReadJobRequest readJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadJob operation returns detailed information about a job.
- Parameters:
readJobRequest- TheReadJobRequeststructure.- Returns:
- Result of the ReadJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readJob
default ReadJobResponse readJob(Consumer<ReadJobRequest.Builder> readJobRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadJob operation returns detailed information about a job.
This is a convenience which creates an instance of the
ReadJobRequest.Builderavoiding the need to create one manually viaReadJobRequest.builder()- Parameters:
readJobRequest- AConsumerthat will call methods onReadJobRequest.Builderto create a request. TheReadJobRequeststructure.- Returns:
- Result of the ReadJob operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readPipeline
default ReadPipelineResponse readPipeline(ReadPipelineRequest readPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadPipeline operation gets detailed information about a pipeline.
- Parameters:
readPipelineRequest- TheReadPipelineRequeststructure.- Returns:
- Result of the ReadPipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readPipeline
default ReadPipelineResponse readPipeline(Consumer<ReadPipelineRequest.Builder> readPipelineRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadPipeline operation gets detailed information about a pipeline.
This is a convenience which creates an instance of the
ReadPipelineRequest.Builderavoiding the need to create one manually viaReadPipelineRequest.builder()- Parameters:
readPipelineRequest- AConsumerthat will call methods onReadPipelineRequest.Builderto create a request. TheReadPipelineRequeststructure.- Returns:
- Result of the ReadPipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readPreset
default ReadPresetResponse readPreset(ReadPresetRequest readPresetRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadPreset operation gets detailed information about a preset.
- Parameters:
readPresetRequest- TheReadPresetRequeststructure.- Returns:
- Result of the ReadPreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
readPreset
default ReadPresetResponse readPreset(Consumer<ReadPresetRequest.Builder> readPresetRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The ReadPreset operation gets detailed information about a preset.
This is a convenience which creates an instance of the
ReadPresetRequest.Builderavoiding the need to create one manually viaReadPresetRequest.builder()- Parameters:
readPresetRequest- AConsumerthat will call methods onReadPresetRequest.Builderto create a request. TheReadPresetRequeststructure.- Returns:
- Result of the ReadPreset operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipeline
default UpdatePipelineResponse updatePipeline(UpdatePipelineRequest updatePipelineRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, ResourceInUseException, ResourceNotFoundException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
Use the
UpdatePipelineoperation to update settings for a pipeline.When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.
- Parameters:
updatePipelineRequest- TheUpdatePipelineRequeststructure.- Returns:
- Result of the UpdatePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.ResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipeline
default UpdatePipelineResponse updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest) throws ValidationException, IncompatibleVersionException, AccessDeniedException, ResourceInUseException, ResourceNotFoundException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
Use the
UpdatePipelineoperation to update settings for a pipeline.When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.
This is a convenience which creates an instance of the
UpdatePipelineRequest.Builderavoiding the need to create one manually viaUpdatePipelineRequest.builder()- Parameters:
updatePipelineRequest- AConsumerthat will call methods onUpdatePipelineRequest.Builderto create a request. TheUpdatePipelineRequeststructure.- Returns:
- Result of the UpdatePipeline operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionAccessDeniedException- General authentication failure. The request was not signed correctly.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.ResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipelineNotifications
default UpdatePipelineNotificationsResponse updatePipelineNotifications(UpdatePipelineNotificationsRequest updatePipelineNotificationsRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
- Parameters:
updatePipelineNotificationsRequest- TheUpdatePipelineNotificationsRequeststructure.- Returns:
- Result of the UpdatePipelineNotifications operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipelineNotifications
default UpdatePipelineNotificationsResponse updatePipelineNotifications(Consumer<UpdatePipelineNotificationsRequest.Builder> updatePipelineNotificationsRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
This is a convenience which creates an instance of the
UpdatePipelineNotificationsRequest.Builderavoiding the need to create one manually viaUpdatePipelineNotificationsRequest.builder()- Parameters:
updatePipelineNotificationsRequest- AConsumerthat will call methods onUpdatePipelineNotificationsRequest.Builderto create a request. TheUpdatePipelineNotificationsRequeststructure.- Returns:
- Result of the UpdatePipelineNotifications operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipelineStatus
default UpdatePipelineStatusResponse updatePipelineStatus(UpdatePipelineStatusRequest updatePipelineStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.
- Parameters:
updatePipelineStatusRequest- TheUpdatePipelineStatusRequeststructure.- Returns:
- Result of the UpdatePipelineStatus operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
updatePipelineStatus
default UpdatePipelineStatusResponse updatePipelineStatus(Consumer<UpdatePipelineStatusRequest.Builder> updatePipelineStatusRequest) throws ValidationException, IncompatibleVersionException, ResourceNotFoundException, ResourceInUseException, AccessDeniedException, InternalServiceException, AwsServiceException, SdkClientException, ElasticTranscoderException
The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.
This is a convenience which creates an instance of the
UpdatePipelineStatusRequest.Builderavoiding the need to create one manually viaUpdatePipelineStatusRequest.builder()- Parameters:
updatePipelineStatusRequest- AConsumerthat will call methods onUpdatePipelineStatusRequest.Builderto create a request. TheUpdatePipelineStatusRequeststructure.- Returns:
- Result of the UpdatePipelineStatus operation returned by the service.
- Throws:
ValidationException- One or more required parameter values were not provided in the request.IncompatibleVersionExceptionResourceNotFoundException- The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.ResourceInUseException- The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.AccessDeniedException- General authentication failure. The request was not signed correctly.InternalServiceException- Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ElasticTranscoderException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
-
waiter
default ElasticTranscoderWaiter waiter()
Create an instance ofElasticTranscoderWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
ElasticTranscoderWaiter
-
create
static ElasticTranscoderClient create()
Create aElasticTranscoderClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static ElasticTranscoderClientBuilder builder()
Create a builder that can be used to configure and create aElasticTranscoderClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default ElasticTranscoderServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-