Uses of Interface
software.amazon.awssdk.services.iotevents.model.StartDetectorModelAnalysisRequest.Builder
-
Packages that use StartDetectorModelAnalysisRequest.Builder 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.model -
-
Uses of StartDetectorModelAnalysisRequest.Builder in software.amazon.awssdk.services.iotevents
Method parameters in software.amazon.awssdk.services.iotevents with type arguments of type StartDetectorModelAnalysisRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDetectorModelAnalysisResponse>IotEventsAsyncClient. startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest)Performs an analysis of your detector model.default StartDetectorModelAnalysisResponseIotEventsClient. startDetectorModelAnalysis(Consumer<StartDetectorModelAnalysisRequest.Builder> startDetectorModelAnalysisRequest)Performs an analysis of your detector model. -
Uses of StartDetectorModelAnalysisRequest.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type StartDetectorModelAnalysisRequest.Builder Modifier and Type Method Description static Class<? extends StartDetectorModelAnalysisRequest.Builder>StartDetectorModelAnalysisRequest. serializableBuilderClass()
-