| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| software.amazon.awssdk.services.elastictranscoder.transform | |
| software.amazon.awssdk.services.elastictranscoder.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ReadJobResponse> |
ElasticTranscoderAsyncClient.readJob(ReadJobRequest readJobRequest)
The ReadJob operation returns detailed information about a job.
|
default ReadJobResponse |
ElasticTranscoderClient.readJob(ReadJobRequest readJobRequest)
The ReadJob operation returns detailed information about a job.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ReadJobRequestMarshaller.marshall(ReadJobRequest readJobRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<ReadJobResponse>> |
ElasticTranscoderAsyncWaiter.waitUntilJobComplete(ReadJobRequest readJobRequest)
Polls
ElasticTranscoderAsyncClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest) API until the desired condition JobComplete is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<ReadJobResponse> |
ElasticTranscoderWaiter.waitUntilJobComplete(ReadJobRequest readJobRequest)
Polls
ElasticTranscoderClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest) API until the desired condition JobComplete is met, or
until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<ReadJobResponse>> |
ElasticTranscoderAsyncWaiter.waitUntilJobComplete(ReadJobRequest readJobRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
ElasticTranscoderAsyncClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest) API until the desired condition JobComplete is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<ReadJobResponse> |
ElasticTranscoderWaiter.waitUntilJobComplete(ReadJobRequest readJobRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
ElasticTranscoderClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest) API until the desired condition JobComplete is met, or
until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.