| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AmazonCustomerProfilesAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AmazonCustomerProfilesAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Query to list all workflows.
|
Future<ListWorkflowsResult> |
AbstractAmazonCustomerProfilesAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withDomainName(String domainName)
The unique name of the domain.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withQueryEndDate(Date queryEndDate)
Retrieve workflows ended after timestamp.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withQueryStartDate(Date queryStartDate)
Retrieve workflows started after timestamp.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withStatus(Status status)
Status of workflow execution.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withStatus(String status)
Status of workflow execution.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withWorkflowType(String workflowType)
The type of workflow.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withWorkflowType(WorkflowType workflowType)
The type of workflow.
|
Copyright © 2023. All rights reserved.