Uses of Class
com.adobe.aio.cloudmanager.PipelineUpdate
-
Packages that use PipelineUpdate Package Description com.adobe.aio.cloudmanager -
-
Uses of PipelineUpdate in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager with parameters of type PipelineUpdate Modifier and Type Method Description Pipeline
Pipeline. update(PipelineUpdate update)
Update this pipeline with the specified changes.@NotNull Pipeline
PipelineApi. update(@NotNull Pipeline pipeline, @NotNull PipelineUpdate updates)
Change details about a pipeline.@NotNull Pipeline
PipelineApi. update(@NotNull String programId, @NotNull String pipelineId, @NotNull PipelineUpdate updates)
Change details about a pipeline.
-