Uses of Class
software.amazon.awssdk.services.imagebuilder.model.PipelineStatus
-
Packages that use PipelineStatus Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of PipelineStatus in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.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.PipelineStatusCreateImagePipelineRequest. status()The status of the image pipeline.PipelineStatusImagePipeline. status()The status of the image pipeline.PipelineStatusUpdateImagePipelineRequest. status()The status of the image 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.imagebuilder.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.imagebuilder.model with parameters of type PipelineStatus Modifier and Type Method Description CreateImagePipelineRequest.BuilderCreateImagePipelineRequest.Builder. status(PipelineStatus status)The status of the image pipeline.ImagePipeline.BuilderImagePipeline.Builder. status(PipelineStatus status)The status of the image pipeline.UpdateImagePipelineRequest.BuilderUpdateImagePipelineRequest.Builder. status(PipelineStatus status)The status of the image pipeline.
-