Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SearchFlowTemplatesResponse
-
Packages that use SearchFlowTemplatesResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of SearchFlowTemplatesResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return SearchFlowTemplatesResponse Modifier and Type Method Description default SearchFlowTemplatesResponseIoTThingsGraphClient. searchFlowTemplates(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)Deprecated.since: 2022-08-30default SearchFlowTemplatesResponseIoTThingsGraphClient. searchFlowTemplates(SearchFlowTemplatesRequest searchFlowTemplatesRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type SearchFlowTemplatesResponse Modifier and Type Method Description default CompletableFuture<SearchFlowTemplatesResponse>IoTThingsGraphAsyncClient. searchFlowTemplates(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)Deprecated.since: 2022-08-30default CompletableFuture<SearchFlowTemplatesResponse>IoTThingsGraphAsyncClient. searchFlowTemplates(SearchFlowTemplatesRequest searchFlowTemplatesRequest)Deprecated.since: 2022-08-30 -
Uses of SearchFlowTemplatesResponse in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type SearchFlowTemplatesResponse Modifier and Type Method Description Iterator<SearchFlowTemplatesResponse>SearchFlowTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iotthingsgraph.paginators with type arguments of type SearchFlowTemplatesResponse Modifier and Type Method Description voidSearchFlowTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchFlowTemplatesResponse> subscriber)
-