@Generated(value="software.amazon.awssdk:codegen") public interface MediaConvertClient extends SdkClient, SdkAutoCloseable
builder() method.
AWS Elemental MediaConvert| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static MediaConvertClientBuilder |
builder()
Create a builder that can be used to configure and create a
MediaConvertClient. |
default CancelJobResponse |
cancelJob(CancelJobRequest cancelJobRequest)
Permanently remove a job from a queue.
|
default CancelJobResponse |
cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Permanently remove a job from a queue.
|
static MediaConvertClient |
create()
Create a
MediaConvertClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateJobResponse |
createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Create a new transcoding job.
|
default CreateJobResponse |
createJob(CreateJobRequest createJobRequest)
Create a new transcoding job.
|
default CreateJobTemplateResponse |
createJobTemplate(Consumer<CreateJobTemplateRequest.Builder> createJobTemplateRequest)
Create a new job template.
|
default CreateJobTemplateResponse |
createJobTemplate(CreateJobTemplateRequest createJobTemplateRequest)
Create a new job template.
|
default CreatePresetResponse |
createPreset(Consumer<CreatePresetRequest.Builder> createPresetRequest)
Create a new preset.
|
default CreatePresetResponse |
createPreset(CreatePresetRequest createPresetRequest)
Create a new preset.
|
default CreateQueueResponse |
createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
Create a new transcoding queue.
|
default CreateQueueResponse |
createQueue(CreateQueueRequest createQueueRequest)
Create a new transcoding queue.
|
default DeleteJobTemplateResponse |
deleteJobTemplate(Consumer<DeleteJobTemplateRequest.Builder> deleteJobTemplateRequest)
Permanently delete a job template you have created.
|
default DeleteJobTemplateResponse |
deleteJobTemplate(DeleteJobTemplateRequest deleteJobTemplateRequest)
Permanently delete a job template you have created.
|
default DeletePresetResponse |
deletePreset(Consumer<DeletePresetRequest.Builder> deletePresetRequest)
Permanently delete a preset you have created.
|
default DeletePresetResponse |
deletePreset(DeletePresetRequest deletePresetRequest)
Permanently delete a preset you have created.
|
default DeleteQueueResponse |
deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)
Permanently delete a queue you have created.
|
default DeleteQueueResponse |
deleteQueue(DeleteQueueRequest deleteQueueRequest)
Permanently delete a queue you have created.
|
default DescribeEndpointsResponse |
describeEndpoints(Consumer<DescribeEndpointsRequest.Builder> describeEndpointsRequest)
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
|
default DescribeEndpointsResponse |
describeEndpoints(DescribeEndpointsRequest describeEndpointsRequest)
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
|
default GetJobResponse |
getJob(Consumer<GetJobRequest.Builder> getJobRequest)
Retrieve the JSON for a specific completed transcoding job.
|
default GetJobResponse |
getJob(GetJobRequest getJobRequest)
Retrieve the JSON for a specific completed transcoding job.
|
default GetJobTemplateResponse |
getJobTemplate(Consumer<GetJobTemplateRequest.Builder> getJobTemplateRequest)
Retrieve the JSON for a specific job template.
|
default GetJobTemplateResponse |
getJobTemplate(GetJobTemplateRequest getJobTemplateRequest)
Retrieve the JSON for a specific job template.
|
default GetPresetResponse |
getPreset(Consumer<GetPresetRequest.Builder> getPresetRequest)
Retrieve the JSON for a specific preset.
|
default GetPresetResponse |
getPreset(GetPresetRequest getPresetRequest)
Retrieve the JSON for a specific preset.
|
default GetQueueResponse |
getQueue(Consumer<GetQueueRequest.Builder> getQueueRequest)
Retrieve the JSON for a specific queue.
|
default GetQueueResponse |
getQueue(GetQueueRequest getQueueRequest)
Retrieve the JSON for a specific queue.
|
default ListJobsResponse |
listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
default ListJobsResponse |
listJobs(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
default ListJobTemplatesResponse |
listJobTemplates(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest)
Retrieve a JSON array of up to twenty of your job templates.
|
default ListJobTemplatesResponse |
listJobTemplates(ListJobTemplatesRequest listJobTemplatesRequest)
Retrieve a JSON array of up to twenty of your job templates.
|
default ListPresetsResponse |
listPresets(Consumer<ListPresetsRequest.Builder> listPresetsRequest)
Retrieve a JSON array of up to twenty of your presets.
|
default ListPresetsResponse |
listPresets(ListPresetsRequest listPresetsRequest)
Retrieve a JSON array of up to twenty of your presets.
|
default ListQueuesResponse |
listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)
Retrieve a JSON array of up to twenty of your queues.
|
default ListQueuesResponse |
listQueues(ListQueuesRequest listQueuesRequest)
Retrieve a JSON array of up to twenty of your queues.
|
static ServiceMetadata |
serviceMetadata() |
default UpdateJobTemplateResponse |
updateJobTemplate(Consumer<UpdateJobTemplateRequest.Builder> updateJobTemplateRequest)
Modify one of your existing job templates.
|
default UpdateJobTemplateResponse |
updateJobTemplate(UpdateJobTemplateRequest updateJobTemplateRequest)
Modify one of your existing job templates.
|
default UpdatePresetResponse |
updatePreset(Consumer<UpdatePresetRequest.Builder> updatePresetRequest)
Modify one of your existing presets.
|
default UpdatePresetResponse |
updatePreset(UpdatePresetRequest updatePresetRequest)
Modify one of your existing presets.
|
default UpdateQueueResponse |
updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)
Modify one of your existing queues.
|
default UpdateQueueResponse |
updateQueue(UpdateQueueRequest updateQueueRequest)
Modify one of your existing queues.
|
serviceNameclosestatic final String SERVICE_NAME
static MediaConvertClient create()
MediaConvertClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static MediaConvertClientBuilder builder()
MediaConvertClient.default CancelJobResponse cancelJob(CancelJobRequest cancelJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
cancelJobRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelJobResponse cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the CancelJobRequest.Builder avoiding the need to
create one manually via CancelJobRequest.builder()
cancelJobRequest - A Consumer that will call methods on CancelJobRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobResponse createJob(CreateJobRequest createJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
createJobRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobResponse createJob(Consumer<CreateJobRequest.Builder> createJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the CreateJobRequest.Builder avoiding the need to
create one manually via CreateJobRequest.builder()
createJobRequest - A Consumer that will call methods on CreateJobRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobTemplateResponse createJobTemplate(CreateJobTemplateRequest createJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
createJobTemplateRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateJobTemplateResponse createJobTemplate(Consumer<CreateJobTemplateRequest.Builder> createJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the CreateJobTemplateRequest.Builder avoiding the need
to create one manually via CreateJobTemplateRequest.builder()
createJobTemplateRequest - A Consumer that will call methods on CreateJobTemplateRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePresetResponse createPreset(CreatePresetRequest createPresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
createPresetRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePresetResponse createPreset(Consumer<CreatePresetRequest.Builder> createPresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the CreatePresetRequest.Builder avoiding the need to
create one manually via CreatePresetRequest.builder()
createPresetRequest - A Consumer that will call methods on CreatePresetRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateQueueResponse createQueue(CreateQueueRequest createQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
createQueueRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateQueueResponse createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the CreateQueueRequest.Builder avoiding the need to
create one manually via CreateQueueRequest.builder()
createQueueRequest - A Consumer that will call methods on CreateQueueRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteJobTemplateResponse deleteJobTemplate(DeleteJobTemplateRequest deleteJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
deleteJobTemplateRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteJobTemplateResponse deleteJobTemplate(Consumer<DeleteJobTemplateRequest.Builder> deleteJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the DeleteJobTemplateRequest.Builder avoiding the need
to create one manually via DeleteJobTemplateRequest.builder()
deleteJobTemplateRequest - A Consumer that will call methods on DeleteJobTemplateRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePresetResponse deletePreset(DeletePresetRequest deletePresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
deletePresetRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePresetResponse deletePreset(Consumer<DeletePresetRequest.Builder> deletePresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the DeletePresetRequest.Builder avoiding the need to
create one manually via DeletePresetRequest.builder()
deletePresetRequest - A Consumer that will call methods on DeletePresetRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteQueueResponse deleteQueue(DeleteQueueRequest deleteQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
deleteQueueRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteQueueResponse deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the DeleteQueueRequest.Builder avoiding the need to
create one manually via DeleteQueueRequest.builder()
deleteQueueRequest - A Consumer that will call methods on DeleteQueueRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeEndpointsResponse describeEndpoints(DescribeEndpointsRequest describeEndpointsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
describeEndpointsRequest - DescribeEndpointsRequestBadRequestException - BadRequestExceptionInternalServerErrorException - InternalServiceExceptionForbiddenException - AccessDeniedExceptionNotFoundException - ResourceNotFoundExceptionTooManyRequestsException - LimitExceededExceptionConflictException - ResourceInUseExceptionSdkException - 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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeEndpointsResponse describeEndpoints(Consumer<DescribeEndpointsRequest.Builder> describeEndpointsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the DescribeEndpointsRequest.Builder avoiding the need
to create one manually via DescribeEndpointsRequest.builder()
describeEndpointsRequest - A Consumer that will call methods on DescribeEndpointsRequest.Builder to create a request.
DescribeEndpointsRequestBadRequestException - BadRequestExceptionInternalServerErrorException - InternalServiceExceptionForbiddenException - AccessDeniedExceptionNotFoundException - ResourceNotFoundExceptionTooManyRequestsException - LimitExceededExceptionConflictException - ResourceInUseExceptionSdkException - 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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetJobResponse getJob(GetJobRequest getJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
getJobRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetJobResponse getJob(Consumer<GetJobRequest.Builder> getJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the GetJobRequest.Builder avoiding the need to create
one manually via GetJobRequest.builder()
getJobRequest - A Consumer that will call methods on GetJobRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetJobTemplateResponse getJobTemplate(GetJobTemplateRequest getJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
getJobTemplateRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetJobTemplateResponse getJobTemplate(Consumer<GetJobTemplateRequest.Builder> getJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the GetJobTemplateRequest.Builder avoiding the need to
create one manually via GetJobTemplateRequest.builder()
getJobTemplateRequest - A Consumer that will call methods on GetJobTemplateRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPresetResponse getPreset(GetPresetRequest getPresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
getPresetRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPresetResponse getPreset(Consumer<GetPresetRequest.Builder> getPresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the GetPresetRequest.Builder avoiding the need to
create one manually via GetPresetRequest.builder()
getPresetRequest - A Consumer that will call methods on GetPresetRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetQueueResponse getQueue(GetQueueRequest getQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
getQueueRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetQueueResponse getQueue(Consumer<GetQueueRequest.Builder> getQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the GetQueueRequest.Builder avoiding the need to
create one manually via GetQueueRequest.builder()
getQueueRequest - A Consumer that will call methods on GetQueueRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobTemplatesResponse listJobTemplates(ListJobTemplatesRequest listJobTemplatesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
listJobTemplatesRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobTemplatesResponse listJobTemplates(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the ListJobTemplatesRequest.Builder avoiding the need
to create one manually via ListJobTemplatesRequest.builder()
listJobTemplatesRequest - A Consumer that will call methods on ListJobTemplatesRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsResponse listJobs(ListJobsRequest listJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
listJobsRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsResponse listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the ListJobsRequest.Builder avoiding the need to
create one manually via ListJobsRequest.builder()
listJobsRequest - A Consumer that will call methods on ListJobsRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPresetsResponse listPresets(ListPresetsRequest listPresetsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
listPresetsRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPresetsResponse listPresets(Consumer<ListPresetsRequest.Builder> listPresetsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the ListPresetsRequest.Builder avoiding the need to
create one manually via ListPresetsRequest.builder()
listPresetsRequest - A Consumer that will call methods on ListPresetsRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuesResponse listQueues(ListQueuesRequest listQueuesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
listQueuesRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuesResponse listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the ListQueuesRequest.Builder avoiding the need to
create one manually via ListQueuesRequest.builder()
listQueuesRequest - A Consumer that will call methods on ListQueuesRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateJobTemplateResponse updateJobTemplate(UpdateJobTemplateRequest updateJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
updateJobTemplateRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateJobTemplateResponse updateJobTemplate(Consumer<UpdateJobTemplateRequest.Builder> updateJobTemplateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the UpdateJobTemplateRequest.Builder avoiding the need
to create one manually via UpdateJobTemplateRequest.builder()
updateJobTemplateRequest - A Consumer that will call methods on UpdateJobTemplateRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePresetResponse updatePreset(UpdatePresetRequest updatePresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
updatePresetRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePresetResponse updatePreset(Consumer<UpdatePresetRequest.Builder> updatePresetRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the UpdatePresetRequest.Builder avoiding the need to
create one manually via UpdatePresetRequest.builder()
updatePresetRequest - A Consumer that will call methods on UpdatePresetRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateQueueResponse updateQueue(UpdateQueueRequest updateQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
updateQueueRequest - BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateQueueResponse updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the UpdateQueueRequest.Builder avoiding the need to
create one manually via UpdateQueueRequest.builder()
updateQueueRequest - A Consumer that will call methods on UpdateQueueRequest.Builder to create a request.BadRequestException - The service can't process your request because of a problem in the request. Please check your request
form and syntax.InternalServerErrorException - The service encountered an unexpected condition and cannot fulfill your request.ForbiddenException - You don't have permissions for this action with the credentials you sent.NotFoundException - The resource you requested does not exist.TooManyRequestsException - Too many requests have been sent in too short of a time. The service limits the rate at which it will
accept requests.ConflictException - The service could not complete your request because there is a conflict with the current state of the
resource.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.MediaConvertException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.