Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.FlowExecutionSummary
-
Packages that use FlowExecutionSummary Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of FlowExecutionSummary in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type FlowExecutionSummary Modifier and Type Method Description List<FlowExecutionSummary>SearchFlowExecutionsResponse. summaries()An array of objects that contain summary information about each workflow execution in the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type FlowExecutionSummary Modifier and Type Method Description SearchFlowExecutionsResponse.BuilderSearchFlowExecutionsResponse.Builder. summaries(FlowExecutionSummary... summaries)An array of objects that contain summary information about each workflow execution in the result set.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type FlowExecutionSummary Modifier and Type Method Description SearchFlowExecutionsResponse.BuilderSearchFlowExecutionsResponse.Builder. summaries(Collection<FlowExecutionSummary> summaries)An array of objects that contain summary information about each workflow execution in the result set. -
Uses of FlowExecutionSummary in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type FlowExecutionSummary Modifier and Type Method Description SdkIterable<FlowExecutionSummary>SearchFlowExecutionsIterable. summaries()Returns an iterable to iterate through the paginatedSearchFlowExecutionsResponse.summaries()member.SdkPublisher<FlowExecutionSummary>SearchFlowExecutionsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-