Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.FlowExecutionMessage
-
Packages that use FlowExecutionMessage Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of FlowExecutionMessage in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type FlowExecutionMessage Modifier and Type Method Description List<FlowExecutionMessage>ListFlowExecutionMessagesResponse. messages()A list of objects that contain information about events in the specified flow execution.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type FlowExecutionMessage Modifier and Type Method Description ListFlowExecutionMessagesResponse.BuilderListFlowExecutionMessagesResponse.Builder. messages(FlowExecutionMessage... messages)A list of objects that contain information about events in the specified flow execution.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type FlowExecutionMessage Modifier and Type Method Description ListFlowExecutionMessagesResponse.BuilderListFlowExecutionMessagesResponse.Builder. messages(Collection<FlowExecutionMessage> messages)A list of objects that contain information about events in the specified flow execution. -
Uses of FlowExecutionMessage in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type FlowExecutionMessage Modifier and Type Method Description SdkIterable<FlowExecutionMessage>ListFlowExecutionMessagesIterable. messages()Returns an iterable to iterate through the paginatedListFlowExecutionMessagesResponse.messages()member.SdkPublisher<FlowExecutionMessage>ListFlowExecutionMessagesPublisher. messages()Returns a publisher that can be used to get a stream of data.
-