Uses of Class
software.amazon.awssdk.services.iotevents.model.StartDetectorModelAnalysisResponse
-
Packages that use StartDetectorModelAnalysisResponse Package Description software.amazon.awssdk.services.iotevents AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. -
-
Uses of StartDetectorModelAnalysisResponse in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents that return StartDetectorModelAnalysisResponse Modifier and Type Method Description default StartDetectorModelAnalysisResponseIotEventsClient. startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest)Performs an analysis of your detector model.default StartDetectorModelAnalysisResponseIotEventsClient. startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)Performs an analysis of your detector model.Methods in software.amazon.awssdk.services.iotevents that return types with arguments of type StartDetectorModelAnalysisResponse Modifier and Type Method Description default CompletableFuture<StartDetectorModelAnalysisResponse>IotEventsAsyncClient. startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest)Performs an analysis of your detector model.default CompletableFuture<StartDetectorModelAnalysisResponse>IotEventsAsyncClient. startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)Performs an analysis of your detector model.
-