Package | Description |
---|---|
com.amazonaws.services.elastictranscoder |
|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.waiters |
Modifier and Type | Method and Description |
---|---|
ReadJobResult |
AmazonElasticTranscoderClient.readJob(ReadJobRequest readJobRequest)
The ReadJob operation returns detailed information about a job.
|
ReadJobResult |
AmazonElasticTranscoder.readJob(ReadJobRequest readJobRequest)
The ReadJob operation returns detailed information about a job.
|
ReadJobResult |
AbstractAmazonElasticTranscoder.readJob(ReadJobRequest request) |
Future<ReadJobResult> |
AmazonElasticTranscoderAsyncClient.readJobAsync(ReadJobRequest request) |
Future<ReadJobResult> |
AmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest readJobRequest)
The ReadJob operation returns detailed information about a job.
|
Future<ReadJobResult> |
AbstractAmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest request) |
Future<ReadJobResult> |
AmazonElasticTranscoderAsyncClient.readJobAsync(ReadJobRequest request,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler) |
Future<ReadJobResult> |
AmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest readJobRequest,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler)
The ReadJob operation returns detailed information about a job.
|
Future<ReadJobResult> |
AbstractAmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest request,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ReadJobResult> |
AmazonElasticTranscoderAsyncClient.readJobAsync(ReadJobRequest request,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler) |
Future<ReadJobResult> |
AmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest readJobRequest,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler)
The ReadJob operation returns detailed information about a job.
|
Future<ReadJobResult> |
AbstractAmazonElasticTranscoderAsync.readJobAsync(ReadJobRequest request,
AsyncHandler<ReadJobRequest,ReadJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ReadJobRequest |
ReadJobRequest.clone() |
ReadJobRequest |
ReadJobRequest.withId(String id)
The identifier of the job for which you want to get detailed information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<ReadJobRequest> |
AmazonElasticTranscoderWaiters.jobComplete()
Builds a JobComplete waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
ReadJobResult |
ReadJobFunction.apply(ReadJobRequest readJobRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.