| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionSummary |
FlowExecutionSummary.clone() |
FlowExecutionSummary |
FlowExecutionSummary.withCreatedAt(Date createdAt)
The date and time when the flow execution summary was created.
|
FlowExecutionSummary |
FlowExecutionSummary.withFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
FlowExecutionSummary |
FlowExecutionSummary.withFlowTemplateId(String flowTemplateId)
The ID of the flow.
|
FlowExecutionSummary |
FlowExecutionSummary.withStatus(FlowExecutionStatus status)
The current status of the flow execution.
|
FlowExecutionSummary |
FlowExecutionSummary.withStatus(String status)
The current status of the flow execution.
|
FlowExecutionSummary |
FlowExecutionSummary.withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
FlowExecutionSummary |
FlowExecutionSummary.withUpdatedAt(Date updatedAt)
The date and time when the flow execution summary was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowExecutionSummary> |
SearchFlowExecutionsResult.getSummaries()
An array of objects that contain summary information about each workflow execution in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.withSummaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFlowExecutionsResult.setSummaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.withSummaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
Copyright © 2020. All rights reserved.