Uses of Class
software.amazon.awssdk.services.osis.model.Pipeline
-
Packages that use Pipeline Package Description software.amazon.awssdk.services.osis.model -
-
Uses of Pipeline in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return Pipeline Modifier and Type Method Description PipelineCreatePipelineResponse. pipeline()Container for information about the created pipeline.PipelineGetPipelineResponse. pipeline()Detailed information about the requested pipeline.PipelineStartPipelineResponse. pipeline()Returns the value of the Pipeline property for this object.PipelineStopPipelineResponse. pipeline()Returns the value of the Pipeline property for this object.PipelineUpdatePipelineResponse. pipeline()Container for information about the updated pipeline.Methods in software.amazon.awssdk.services.osis.model with parameters of type Pipeline Modifier and Type Method Description CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. pipeline(Pipeline pipeline)Container for information about the created pipeline.GetPipelineResponse.BuilderGetPipelineResponse.Builder. pipeline(Pipeline pipeline)Detailed information about the requested pipeline.StartPipelineResponse.BuilderStartPipelineResponse.Builder. pipeline(Pipeline pipeline)Sets the value of the Pipeline property for this object.StopPipelineResponse.BuilderStopPipelineResponse.Builder. pipeline(Pipeline pipeline)Sets the value of the Pipeline property for this object.UpdatePipelineResponse.BuilderUpdatePipelineResponse.Builder. pipeline(Pipeline pipeline)Container for information about the updated pipeline.
-