Package | Description |
---|---|
com.amazonaws.services.elastictranscoder |
Synchronous and asynchronous client classes for accessing AmazonElasticTranscoder.
|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
AmazonElasticTranscoderClient.listPipelines(ListPipelinesRequest listPipelinesRequest)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
ListPipelinesResult |
AmazonElasticTranscoder.listPipelines(ListPipelinesRequest listPipelinesRequest)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsyncClient.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsync.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsyncClient.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest,
AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsync.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest,
AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsyncClient.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest,
AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Future<ListPipelinesResult> |
AmazonElasticTranscoderAsync.listPipelinesAsync(ListPipelinesRequest listPipelinesRequest,
AsyncHandler<ListPipelinesRequest,ListPipelinesResult> asyncHandler)
The ListPipelines operation gets a list of the pipelines associated
with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest |
ListPipelinesRequest.withAscending(String ascending)
To list pipelines in chronological order by the date and time that
they were created, enter
true . |
ListPipelinesRequest |
ListPipelinesRequest.withPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get
each successive page of results. |
Copyright © 2014. All rights reserved.