Uses of Class
software.amazon.awssdk.services.osis.model.PipelineStatus
-
Packages that use PipelineStatus Package Description software.amazon.awssdk.services.osis.model -
-
Uses of PipelineStatus in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return PipelineStatus Modifier and Type Method Description static PipelineStatusPipelineStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PipelineStatusPipeline. status()The current status of the pipeline.PipelineStatusPipelineSummary. status()The current status of the pipeline.static PipelineStatusPipelineStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineStatus[]PipelineStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type PipelineStatus Modifier and Type Method Description static Set<PipelineStatus>PipelineStatus. knownValues()Methods in software.amazon.awssdk.services.osis.model with parameters of type PipelineStatus Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. status(PipelineStatus status)The current status of the pipeline.PipelineSummary.BuilderPipelineSummary.Builder. status(PipelineStatus status)The current status of the pipeline.
-