| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowType |
WorkflowType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WorkflowType |
WorkflowType.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.
|
WorkflowType |
ListWorkflowsRequest.workflowType()
The type of workflow.
|
WorkflowType |
ListWorkflowsItem.workflowType()
The type of workflow.
|
WorkflowType |
GetWorkflowStepsResponse.workflowType()
The type of workflow.
|
WorkflowType |
CreateIntegrationWorkflowRequest.workflowType()
The type of workflow.
|
WorkflowType |
GetWorkflowResponse.workflowType()
The type of workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WorkflowType> |
WorkflowType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
ListWorkflowsItem.Builder |
ListWorkflowsItem.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
GetWorkflowStepsResponse.Builder |
GetWorkflowStepsResponse.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
CreateIntegrationWorkflowRequest.Builder |
CreateIntegrationWorkflowRequest.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
Copyright © 2022. All rights reserved.