| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert |
AWS Elemental MediaConvert
|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
AWSMediaConvert.listJobs(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
ListJobsResult |
AWSMediaConvertClient.listJobs(ListJobsRequest request)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
ListJobsResult |
AbstractAWSMediaConvert.listJobs(ListJobsRequest request) |
Future<ListJobsResult> |
AWSMediaConvertAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
Future<ListJobsResult> |
AWSMediaConvertAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSMediaConvertAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
Future<ListJobsResult> |
AWSMediaConvertAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSMediaConvertAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
Future<ListJobsResult> |
AWSMediaConvertAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
Optional.
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
ListJobsRequest |
ListJobsRequest.withOrder(Order order)
When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or
DESCENDING order.
|
ListJobsRequest |
ListJobsRequest.withOrder(String order)
When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or
DESCENDING order.
|
ListJobsRequest |
ListJobsRequest.withQueue(String queue)
Provide a queue name to get back only jobs from that queue.
|
ListJobsRequest |
ListJobsRequest.withStatus(JobStatus status)
A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
ListJobsRequest |
ListJobsRequest.withStatus(String status)
A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
Copyright © 2019. All rights reserved.