Uses of Class
software.amazon.awssdk.services.iotevents.model.StartDetectorModelAnalysisRequest
-
Packages that use StartDetectorModelAnalysisRequest 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.software.amazon.awssdk.services.iotevents.transform -
-
Uses of StartDetectorModelAnalysisRequest in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents with parameters of type StartDetectorModelAnalysisRequest Modifier and Type Method Description default CompletableFuture<StartDetectorModelAnalysisResponse>IotEventsAsyncClient. startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)Performs an analysis of your detector model.default StartDetectorModelAnalysisResponseIotEventsClient. startDetectorModelAnalysis(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)Performs an analysis of your detector model. -
Uses of StartDetectorModelAnalysisRequest in software.amazon.awssdk.services.iotevents.transform
Methods in software.amazon.awssdk.services.iotevents.transform with parameters of type StartDetectorModelAnalysisRequest Modifier and Type Method Description SdkHttpFullRequestStartDetectorModelAnalysisRequestMarshaller. marshall(StartDetectorModelAnalysisRequest startDetectorModelAnalysisRequest)
-