Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowState
-
Packages that use WorkflowState Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of WorkflowState in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return WorkflowState Modifier and Type Method Description WorkflowStateWorkflow. state()Describes the current status of the workflow and the reason for that status.WorkflowStateWorkflowSummary. state()Describes the current state of the workflow resource.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowState Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. state(WorkflowState state)Describes the current status of the workflow and the reason for that status.WorkflowSummary.BuilderWorkflowSummary.Builder. state(WorkflowState state)Describes the current state of the workflow resource.
-