Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest
-
Packages that use ReadJobRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform software.amazon.awssdk.services.elastictranscoder.waiters -
-
Uses of ReadJobRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type ReadJobRequest Modifier and Type Method Description default CompletableFuture<ReadJobResponse>ElasticTranscoderAsyncClient. readJob(ReadJobRequest readJobRequest)The ReadJob operation returns detailed information about a job.default ReadJobResponseElasticTranscoderClient. readJob(ReadJobRequest readJobRequest)The ReadJob operation returns detailed information about a job. -
Uses of ReadJobRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type ReadJobRequest Modifier and Type Method Description SdkHttpFullRequestReadJobRequestMarshaller. marshall(ReadJobRequest readJobRequest) -
Uses of ReadJobRequest in software.amazon.awssdk.services.elastictranscoder.waiters
Methods in software.amazon.awssdk.services.elastictranscoder.waiters with parameters of type ReadJobRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<ReadJobResponse>>ElasticTranscoderAsyncWaiter. waitUntilJobComplete(ReadJobRequest readJobRequest)PollsElasticTranscoderAsyncClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest)API until the desired conditionJobCompleteis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<ReadJobResponse>>ElasticTranscoderAsyncWaiter. waitUntilJobComplete(ReadJobRequest readJobRequest, WaiterOverrideConfiguration overrideConfig)PollsElasticTranscoderAsyncClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest)API until the desired conditionJobCompleteis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<ReadJobResponse>ElasticTranscoderWaiter. waitUntilJobComplete(ReadJobRequest readJobRequest)PollsElasticTranscoderClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest)API until the desired conditionJobCompleteis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<ReadJobResponse>ElasticTranscoderWaiter. waitUntilJobComplete(ReadJobRequest readJobRequest, WaiterOverrideConfiguration overrideConfig)PollsElasticTranscoderClient.readJob(software.amazon.awssdk.services.elastictranscoder.model.ReadJobRequest)API until the desired conditionJobCompleteis met, or until it is determined that the resource will never enter into the desired state
-