Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ListPipelinesResponse
-
Packages that use ListPipelinesResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.paginators -
-
Uses of ListPipelinesResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return ListPipelinesResponse Modifier and Type Method Description default ListPipelinesResponseElasticTranscoderClient. listPipelines()The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default ListPipelinesResponseElasticTranscoderClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default ListPipelinesResponseElasticTranscoderClient. listPipelines(ListPipelinesRequest listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description default CompletableFuture<ListPipelinesResponse>ElasticTranscoderAsyncClient. listPipelines()The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default CompletableFuture<ListPipelinesResponse>ElasticTranscoderAsyncClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account.default CompletableFuture<ListPipelinesResponse>ElasticTranscoderAsyncClient. listPipelines(ListPipelinesRequest listPipelinesRequest)The ListPipelines operation gets a list of the pipelines associated with the current AWS account. -
Uses of ListPipelinesResponse in software.amazon.awssdk.services.elastictranscoder.paginators
Methods in software.amazon.awssdk.services.elastictranscoder.paginators that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description Iterator<ListPipelinesResponse>ListPipelinesIterable. iterator()Method parameters in software.amazon.awssdk.services.elastictranscoder.paginators with type arguments of type ListPipelinesResponse Modifier and Type Method Description voidListPipelinesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPipelinesResponse> subscriber)
-