Uses of Class
software.amazon.awssdk.services.medialive.model.PipelinePauseStateSettings
-
Packages that use PipelinePauseStateSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of PipelinePauseStateSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type PipelinePauseStateSettings Modifier and Type Method Description List<PipelinePauseStateSettings>PauseStateScheduleActionSettings. pipelines()Returns the value of the Pipelines property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type PipelinePauseStateSettings Modifier and Type Method Description PauseStateScheduleActionSettings.BuilderPauseStateScheduleActionSettings.Builder. pipelines(PipelinePauseStateSettings... pipelines)Sets the value of the Pipelines property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type PipelinePauseStateSettings Modifier and Type Method Description PauseStateScheduleActionSettings.BuilderPauseStateScheduleActionSettings.Builder. pipelines(Collection<PipelinePauseStateSettings> pipelines)Sets the value of the Pipelines property for this object.
-