| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
AbstractAmazonCustomerProfiles.getWorkflow(GetWorkflowRequest request) |
GetWorkflowResult |
AmazonCustomerProfiles.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get details of specified workflow.
|
GetWorkflowResult |
AmazonCustomerProfilesClient.getWorkflow(GetWorkflowRequest request)
Get details of specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowResult> |
AbstractAmazonCustomerProfilesAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AmazonCustomerProfilesAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Get details of specified workflow.
|
Future<GetWorkflowResult> |
AmazonCustomerProfilesAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
GetWorkflowResult.clone() |
GetWorkflowResult |
GetWorkflowResult.withAttributes(WorkflowAttributes attributes)
Attributes provided for workflow execution.
|
GetWorkflowResult |
GetWorkflowResult.withErrorDescription(String errorDescription)
Workflow error messages during execution (if any).
|
GetWorkflowResult |
GetWorkflowResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp that represents when workflow execution last updated.
|
GetWorkflowResult |
GetWorkflowResult.withMetrics(WorkflowMetrics metrics)
Workflow specific execution metrics.
|
GetWorkflowResult |
GetWorkflowResult.withStartDate(Date startDate)
The timestamp that represents when workflow execution started.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(Status status)
Status of workflow execution.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(String status)
Status of workflow execution.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowType(String workflowType)
The type of workflow.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowType(WorkflowType workflowType)
The type of workflow.
|
Copyright © 2024. All rights reserved.