Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.Pipeline
-
Packages that use Pipeline Package Description software.amazon.awssdk.services.elastictranscoder.model software.amazon.awssdk.services.elastictranscoder.paginators -
-
Uses of Pipeline in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Pipeline Modifier and Type Method Description PipelineCreatePipelineResponse. pipeline()A section of the response body that provides information about the pipeline that is created.PipelineReadPipelineResponse. pipeline()A section of the response body that provides information about the pipeline.PipelineUpdatePipelineNotificationsResponse. pipeline()A section of the response body that provides information about the pipeline associated with this notification.PipelineUpdatePipelineResponse. pipeline()The pipeline updated by thisUpdatePipelineResponsecall.PipelineUpdatePipelineStatusResponse. pipeline()A section of the response body that provides information about the pipeline.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Pipeline Modifier and Type Method Description List<Pipeline>ListPipelinesResponse. pipelines()An array ofPipelineobjects.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type Pipeline Modifier and Type Method Description CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. pipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline that is created.ReadPipelineResponse.BuilderReadPipelineResponse.Builder. pipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.UpdatePipelineNotificationsResponse.BuilderUpdatePipelineNotificationsResponse.Builder. pipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline associated with this notification.UpdatePipelineResponse.BuilderUpdatePipelineResponse.Builder. pipeline(Pipeline pipeline)The pipeline updated by thisUpdatePipelineResponsecall.UpdatePipelineStatusResponse.BuilderUpdatePipelineStatusResponse.Builder. pipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline.ListPipelinesResponse.BuilderListPipelinesResponse.Builder. pipelines(Pipeline... pipelines)An array ofPipelineobjects.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type Pipeline Modifier and Type Method Description ListPipelinesResponse.BuilderListPipelinesResponse.Builder. pipelines(Collection<Pipeline> pipelines)An array ofPipelineobjects. -
Uses of Pipeline in software.amazon.awssdk.services.elastictranscoder.paginators
Methods in software.amazon.awssdk.services.elastictranscoder.paginators that return types with arguments of type Pipeline Modifier and Type Method Description SdkIterable<Pipeline>ListPipelinesIterable. pipelines()Returns an iterable to iterate through the paginatedListPipelinesResponse.pipelines()member.SdkPublisher<Pipeline>ListPipelinesPublisher. pipelines()Returns a publisher that can be used to get a stream of data.
-