@Generated(value="software.amazon.awssdk:codegen") public interface MediaConvertClient extends SdkClient
builder()
method.
AWS Elemental MediaConvertModifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default AssociateCertificateResponse |
associateCertificate(AssociateCertificateRequest associateCertificateRequest)
Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
|
default AssociateCertificateResponse |
associateCertificate(Consumer<AssociateCertificateRequest.Builder> associateCertificateRequest)
Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
|
static MediaConvertClientBuilder |
builder()
Create a builder that can be used to configure and create a
MediaConvertClient . |
default CancelJobResponse |
cancelJob(CancelJobRequest cancelJobRequest)
Permanently cancel a job.
|
default CancelJobResponse |
cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Permanently cancel a job.
|
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 DescribeEndpointsIterable |
describeEndpointsPaginator(Consumer<DescribeEndpointsRequest.Builder> describeEndpointsRequest)
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
|
default DescribeEndpointsIterable |
describeEndpointsPaginator(DescribeEndpointsRequest describeEndpointsRequest)
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
|
default DisassociateCertificateResponse |
disassociateCertificate(Consumer<DisassociateCertificateRequest.Builder> disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and
an AWS Elemental MediaConvert resource.
|
default DisassociateCertificateResponse |
disassociateCertificate(DisassociateCertificateRequest disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and
an AWS Elemental MediaConvert resource.
|
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 ListJobsIterable |
listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
default ListJobsIterable |
listJobsPaginator(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 ListJobTemplatesIterable |
listJobTemplatesPaginator(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest)
Retrieve a JSON array of up to twenty of your job templates.
|
default ListJobTemplatesIterable |
listJobTemplatesPaginator(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 ListPresetsIterable |
listPresetsPaginator(Consumer<ListPresetsRequest.Builder> listPresetsRequest)
Retrieve a JSON array of up to twenty of your presets.
|
default ListPresetsIterable |
listPresetsPaginator(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.
|
default ListQueuesIterable |
listQueuesPaginator(Consumer<ListQueuesRequest.Builder> listQueuesRequest)
Retrieve a JSON array of up to twenty of your queues.
|
default ListQueuesIterable |
listQueuesPaginator(ListQueuesRequest listQueuesRequest)
Retrieve a JSON array of up to twenty of your queues.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieve the tags for a MediaConvert resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieve the tags for a MediaConvert resource.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add tags to a MediaConvert queue, preset, or job template.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Add tags to a MediaConvert queue, preset, or job template.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove tags from a MediaConvert queue, preset, or job template.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from a MediaConvert queue, preset, or job template.
|
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.
|
serviceName
close
static 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 AssociateCertificateResponse associateCertificate(AssociateCertificateRequest associateCertificateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
associateCertificateRequest
- 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.AwsServiceException
default AssociateCertificateResponse associateCertificate(Consumer<AssociateCertificateRequest.Builder> associateCertificateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the AssociateCertificateRequest.Builder
avoiding the
need to create one manually via AssociateCertificateRequest.builder()
associateCertificateRequest
- A Consumer
that will call methods on AssociateCertificateRequest.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.AwsServiceException
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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.AwsServiceException
default 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.AwsServiceException
default DescribeEndpointsIterable describeEndpointsPaginator(DescribeEndpointsRequest describeEndpointsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of
describeEndpoints(software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client.describeEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client .describeEndpointsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client.describeEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeEndpoints(software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsRequest)
operation.
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.AwsServiceException
default DescribeEndpointsIterable describeEndpointsPaginator(Consumer<DescribeEndpointsRequest.Builder> describeEndpointsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of
describeEndpoints(software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client.describeEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client .describeEndpointsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.DescribeEndpointsIterable responses = client.describeEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeEndpoints(software.amazon.awssdk.services.mediaconvert.model.DescribeEndpointsRequest)
operation.
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.AwsServiceException
default DisassociateCertificateResponse disassociateCertificate(DisassociateCertificateRequest disassociateCertificateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
disassociateCertificateRequest
- 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.AwsServiceException
default DisassociateCertificateResponse disassociateCertificate(Consumer<DisassociateCertificateRequest.Builder> disassociateCertificateRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the DisassociateCertificateRequest.Builder
avoiding
the need to create one manually via DisassociateCertificateRequest.builder()
disassociateCertificateRequest
- A Consumer
that will call methods on DisassociateCertificateRequest.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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListJobTemplatesIterable listJobTemplatesPaginator(ListJobTemplatesRequest listJobTemplatesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of
listJobTemplates(software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client.listJobTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client .listJobTemplatesPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client.listJobTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listJobTemplates(software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListJobTemplatesIterable listJobTemplatesPaginator(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of
listJobTemplates(software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client.listJobTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client .listJobTemplatesPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListJobTemplatesIterable responses = client.listJobTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listJobTemplates(software.amazon.awssdk.services.mediaconvert.model.ListJobTemplatesRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListJobsIterable listJobsPaginator(ListJobsRequest listJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listJobs(software.amazon.awssdk.services.mediaconvert.model.ListJobsRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListJobsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listJobs(software.amazon.awssdk.services.mediaconvert.model.ListJobsRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListJobsIterable listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listJobs(software.amazon.awssdk.services.mediaconvert.model.ListJobsRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListJobsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listJobs(software.amazon.awssdk.services.mediaconvert.model.ListJobsRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListPresetsIterable listPresetsPaginator(ListPresetsRequest listPresetsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listPresets(software.amazon.awssdk.services.mediaconvert.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
software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListPresetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPresets(software.amazon.awssdk.services.mediaconvert.model.ListPresetsRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListPresetsIterable listPresetsPaginator(Consumer<ListPresetsRequest.Builder> listPresetsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listPresets(software.amazon.awssdk.services.mediaconvert.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
software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListPresetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListPresetsIterable responses = client.listPresetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPresets(software.amazon.awssdk.services.mediaconvert.model.ListPresetsRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListQueuesIterable listQueuesPaginator(ListQueuesRequest listQueuesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listQueues(software.amazon.awssdk.services.mediaconvert.model.ListQueuesRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListQueuesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listQueues(software.amazon.awssdk.services.mediaconvert.model.ListQueuesRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListQueuesIterable listQueuesPaginator(Consumer<ListQueuesRequest.Builder> listQueuesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a variant of listQueues(software.amazon.awssdk.services.mediaconvert.model.ListQueuesRequest)
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
software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); for (software.amazon.awssdk.services.mediaconvert.model.ListQueuesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.mediaconvert.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listQueues(software.amazon.awssdk.services.mediaconvert.model.ListQueuesRequest)
operation.
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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
listTagsForResourceRequest
- 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder
avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest
- A Consumer
that will call methods on ListTagsForResourceRequest.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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
tagResourceRequest
- 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the TagResourceRequest.Builder
avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest
- A Consumer
that will call methods on TagResourceRequest.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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
untagResourceRequest
- 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaConvertException
This is a convenience which creates an instance of the UntagResourceRequest.Builder
avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest
- A Consumer
that will call methods on UntagResourceRequest.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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
default 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 can't fulfill your request.ForbiddenException
- You don't have permissions for this action with the credentials you sent.NotFoundException
- The resource you requested doesn't 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 couldn't 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.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2020. All rights reserved.