Uses of Class
software.amazon.awssdk.services.osis.model.PipelineStatusReason
-
Packages that use PipelineStatusReason Package Description software.amazon.awssdk.services.osis.model -
-
Uses of PipelineStatusReason in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return PipelineStatusReason Modifier and Type Method Description PipelineStatusReasonPipeline. statusReason()The reason for the current status of the pipeline.PipelineStatusReasonPipelineSummary. statusReason()Returns the value of the StatusReason property for this object.Methods in software.amazon.awssdk.services.osis.model with parameters of type PipelineStatusReason Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. statusReason(PipelineStatusReason statusReason)The reason for the current status of the pipeline.PipelineSummary.BuilderPipelineSummary.Builder. statusReason(PipelineStatusReason statusReason)Sets the value of the StatusReason property for this object.
-