Uses of Class
software.amazon.awssdk.services.imagebuilder.model.WorkflowType
-
Packages that use WorkflowType Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of WorkflowType in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return WorkflowType Modifier and Type Method Description static WorkflowTypeWorkflowType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowTypeCreateWorkflowRequest. type()The phase in the image build process for which the workflow resource is responsible.WorkflowTypeGetWorkflowExecutionResponse. type()The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowTypeWorkflow. type()Specifies the image creation stage that the workflow applies to.WorkflowTypeWorkflowExecutionMetadata. type()Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.WorkflowTypeWorkflowSummary. type()The image creation stage that this workflow applies to.WorkflowTypeWorkflowVersion. type()The image creation stage that this workflow applies to.static WorkflowTypeWorkflowType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowType[]WorkflowType. 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 WorkflowType Modifier and Type Method Description static Set<WorkflowType>WorkflowType. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type WorkflowType Modifier and Type Method Description CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. type(WorkflowType type)The phase in the image build process for which the workflow resource is responsible.GetWorkflowExecutionResponse.BuilderGetWorkflowExecutionResponse.Builder. type(WorkflowType type)The type of workflow that Image Builder ran for the specified runtime instance of the workflow.Workflow.BuilderWorkflow.Builder. type(WorkflowType type)Specifies the image creation stage that the workflow applies to.WorkflowExecutionMetadata.BuilderWorkflowExecutionMetadata.Builder. type(WorkflowType type)Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.WorkflowSummary.BuilderWorkflowSummary.Builder. type(WorkflowType type)The image creation stage that this workflow applies to.WorkflowVersion.BuilderWorkflowVersion.Builder. type(WorkflowType type)The image creation stage that this workflow applies to.
-