Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ReadJobResponse
-
Packages that use ReadJobResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.waiters -
-
Uses of ReadJobResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ReadJobResponse Modifier and Type Method Description default ReadJobResponseElasticTranscoderClient. readJob(Consumer<ReadJobRequest.Builder> readJobRequest)The ReadJob operation returns detailed information about a job.default ReadJobResponseElasticTranscoderClient. readJob(ReadJobRequest readJobRequest)The ReadJob operation returns detailed information about a job.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type ReadJobResponse Modifier and Type Method Description default CompletableFuture<ReadJobResponse>ElasticTranscoderAsyncClient. readJob(Consumer<ReadJobRequest.Builder> readJobRequest)The ReadJob operation returns detailed information about a job.default CompletableFuture<ReadJobResponse>ElasticTranscoderAsyncClient. readJob(ReadJobRequest readJobRequest)The ReadJob operation returns detailed information about a job. -
Uses of ReadJobResponse in software.amazon.awssdk.services.elastictranscoder.waiters
Methods in software.amazon.awssdk.services.elastictranscoder.waiters that return types with arguments of type ReadJobResponse Modifier and Type Method Description default CompletableFuture<WaiterResponse<ReadJobResponse>>ElasticTranscoderAsyncWaiter. waitUntilJobComplete(Consumer<ReadJobRequest.Builder> 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 state.default CompletableFuture<WaiterResponse<ReadJobResponse>>ElasticTranscoderAsyncWaiter. waitUntilJobComplete(Consumer<ReadJobRequest.Builder> readJobRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.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(Consumer<ReadJobRequest.Builder> 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 state.default WaiterResponse<ReadJobResponse>ElasticTranscoderWaiter. waitUntilJobComplete(Consumer<ReadJobRequest.Builder> readJobRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.default 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
-