| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert |
AWS Elemental MediaConvert
|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
AWSMediaConvertClient.listJobs(ListJobsRequest request)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
ListJobsResult |
AbstractAWSMediaConvert.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSMediaConvert.listJobs(ListJobsRequest listJobsRequest)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSMediaConvertAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(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,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSMediaConvertAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSMediaConvertAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSMediaConvertAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSMediaConvertAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieve a JSON array of up to twenty of your most recently created jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
List of jobs
|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
List of jobs
|
ListJobsResult |
ListJobsResult.withNextToken(String nextToken)
Use this string to request the next batch of jobs.
|
Copyright © 2022. All rights reserved.