| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowsResponse |
CustomerProfilesClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Query to list all workflows.
|
default CompletableFuture<ListWorkflowsResponse> |
CustomerProfilesAsyncClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Query to list all workflows.
|
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowsRequest.Builder |
ListWorkflowsRequest.builder() |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.queryEndDate(Instant queryEndDate)
Retrieve workflows ended after timestamp.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.queryStartDate(Instant queryStartDate)
Retrieve workflows started after timestamp.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.status(Status status)
Status of workflow execution.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.status(String status)
Status of workflow execution.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.toBuilder() |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.workflowType(String workflowType)
The type of workflow.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.workflowType(WorkflowType workflowType)
The type of workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkflowsRequest.Builder> |
ListWorkflowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.