| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowExecutionMessagesResult> |
AWSIoTThingsGraphAsyncClient.listFlowExecutionMessagesAsync(ListFlowExecutionMessagesRequest request,
AsyncHandler<ListFlowExecutionMessagesRequest,ListFlowExecutionMessagesResult> asyncHandler) |
Future<ListFlowExecutionMessagesResult> |
AWSIoTThingsGraphAsync.listFlowExecutionMessagesAsync(ListFlowExecutionMessagesRequest listFlowExecutionMessagesRequest,
AsyncHandler<ListFlowExecutionMessagesRequest,ListFlowExecutionMessagesResult> asyncHandler)
Returns a list of objects that contain information about events in a flow execution.
|
Future<ListFlowExecutionMessagesResult> |
AbstractAWSIoTThingsGraphAsync.listFlowExecutionMessagesAsync(ListFlowExecutionMessagesRequest request,
AsyncHandler<ListFlowExecutionMessagesRequest,ListFlowExecutionMessagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesRequest |
ListFlowExecutionMessagesRequest.clone() |
ListFlowExecutionMessagesRequest |
ListFlowExecutionMessagesRequest.withFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
ListFlowExecutionMessagesRequest |
ListFlowExecutionMessagesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowExecutionMessagesRequest |
ListFlowExecutionMessagesRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
Copyright © 2022. All rights reserved.