Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowExecutionStatus
-
Packages that use WorkflowExecutionStatus Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of WorkflowExecutionStatus in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return WorkflowExecutionStatus Modifier and Type Method Description static WorkflowExecutionStatusWorkflowExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowExecutionStatusGetWorkflowExecutionResponse. status()The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatusWorkflowExecutionMetadata. status()The current runtime status for this workflow.static WorkflowExecutionStatusWorkflowExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowExecutionStatus[]WorkflowExecutionStatus. 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 WorkflowExecutionStatus Modifier and Type Method Description static Set<WorkflowExecutionStatus>WorkflowExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowExecutionStatus Modifier and Type Method Description GetWorkflowExecutionResponse.BuilderGetWorkflowExecutionResponse.Builder. status(WorkflowExecutionStatus status)The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionMetadata.BuilderWorkflowExecutionMetadata.Builder. status(WorkflowExecutionStatus status)The current runtime status for this workflow.
-