Uses of Class
software.amazon.awssdk.services.customerprofiles.model.WorkflowType
-
Packages that use WorkflowType Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of WorkflowType in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.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.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.WorkflowTypeCreateIntegrationWorkflowRequest. workflowType()The type of workflow.WorkflowTypeGetWorkflowResponse. workflowType()The type of workflow.WorkflowTypeGetWorkflowStepsResponse. workflowType()The type of workflow.WorkflowTypeListWorkflowsItem. workflowType()The type of workflow.WorkflowTypeListWorkflowsRequest. workflowType()The type of workflow.Methods in software.amazon.awssdk.services.customerprofiles.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.customerprofiles.model with parameters of type WorkflowType Modifier and Type Method Description CreateIntegrationWorkflowRequest.BuilderCreateIntegrationWorkflowRequest.Builder. workflowType(WorkflowType workflowType)The type of workflow.GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. workflowType(WorkflowType workflowType)The type of workflow.GetWorkflowStepsResponse.BuilderGetWorkflowStepsResponse.Builder. workflowType(WorkflowType workflowType)The type of workflow.ListWorkflowsItem.BuilderListWorkflowsItem.Builder. workflowType(WorkflowType workflowType)The type of workflow.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. workflowType(WorkflowType workflowType)The type of workflow.
-