| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsItem |
ListWorkflowsItem.clone() |
ListWorkflowsItem |
ListWorkflowsItem.withCreatedAt(Date createdAt)
Creation timestamp for workflow.
|
ListWorkflowsItem |
ListWorkflowsItem.withLastUpdatedAt(Date lastUpdatedAt)
Last updated timestamp for workflow.
|
ListWorkflowsItem |
ListWorkflowsItem.withStatus(Status status)
Status of workflow execution.
|
ListWorkflowsItem |
ListWorkflowsItem.withStatus(String status)
Status of workflow execution.
|
ListWorkflowsItem |
ListWorkflowsItem.withStatusDescription(String statusDescription)
Description for workflow execution status.
|
ListWorkflowsItem |
ListWorkflowsItem.withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
ListWorkflowsItem |
ListWorkflowsItem.withWorkflowType(String workflowType)
The type of workflow.
|
ListWorkflowsItem |
ListWorkflowsItem.withWorkflowType(WorkflowType workflowType)
The type of workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListWorkflowsItem> |
ListWorkflowsResult.getItems()
List containing workflow details.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.withItems(ListWorkflowsItem... items)
List containing workflow details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowsResult.setItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
|
ListWorkflowsResult |
ListWorkflowsResult.withItems(Collection<ListWorkflowsItem> items)
List containing workflow details.
|
Copyright © 2025. All rights reserved.