| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFlowExecutionMessagesResponse> |
IoTThingsGraphAsyncClient.listFlowExecutionMessages(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesResponse |
IoTThingsGraphClient.listFlowExecutionMessages(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesPublisher |
IoTThingsGraphAsyncClient.listFlowExecutionMessagesPaginator(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesIterable |
IoTThingsGraphClient.listFlowExecutionMessagesPaginator(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.builder() |
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.Builder.flowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.Builder.nextToken(String nextToken)
The string that specifies the next page of results.
|
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFlowExecutionMessagesRequest.Builder |
ListFlowExecutionMessagesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFlowExecutionMessagesRequest.Builder> |
ListFlowExecutionMessagesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.