Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SearchFlowExecutionsRequest
-
Packages that use SearchFlowExecutionsRequest Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.paginators software.amazon.awssdk.services.iotthingsgraph.transform -
-
Uses of SearchFlowExecutionsRequest in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph with parameters of type SearchFlowExecutionsRequest Modifier and Type Method Description default CompletableFuture<SearchFlowExecutionsResponse>IoTThingsGraphAsyncClient. searchFlowExecutions(SearchFlowExecutionsRequest searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsResponseIoTThingsGraphClient. searchFlowExecutions(SearchFlowExecutionsRequest searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsPublisherIoTThingsGraphAsyncClient. searchFlowExecutionsPaginator(SearchFlowExecutionsRequest searchFlowExecutionsRequest)Deprecated.since: 2022-08-30default SearchFlowExecutionsIterableIoTThingsGraphClient. searchFlowExecutionsPaginator(SearchFlowExecutionsRequest searchFlowExecutionsRequest)Deprecated.since: 2022-08-30 -
Uses of SearchFlowExecutionsRequest in software.amazon.awssdk.services.iotthingsgraph.paginators
Constructors in software.amazon.awssdk.services.iotthingsgraph.paginators with parameters of type SearchFlowExecutionsRequest Constructor Description SearchFlowExecutionsIterable(IoTThingsGraphClient client, SearchFlowExecutionsRequest firstRequest)SearchFlowExecutionsPublisher(IoTThingsGraphAsyncClient client, SearchFlowExecutionsRequest firstRequest) -
Uses of SearchFlowExecutionsRequest in software.amazon.awssdk.services.iotthingsgraph.transform
Methods in software.amazon.awssdk.services.iotthingsgraph.transform with parameters of type SearchFlowExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestSearchFlowExecutionsRequestMarshaller. marshall(SearchFlowExecutionsRequest searchFlowExecutionsRequest)
-