Uses of Class
software.amazon.awssdk.services.iotevents.model.GetDetectorModelAnalysisResultsResponse
-
Packages that use GetDetectorModelAnalysisResultsResponse 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 GetDetectorModelAnalysisResultsResponse in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents that return GetDetectorModelAnalysisResultsResponse Modifier and Type Method Description default GetDetectorModelAnalysisResultsResponseIotEventsClient. getDetectorModelAnalysisResults(Consumer<GetDetectorModelAnalysisResultsRequest.Builder> getDetectorModelAnalysisResultsRequest)Retrieves one or more analysis results of the detector model.default GetDetectorModelAnalysisResultsResponseIotEventsClient. getDetectorModelAnalysisResults(GetDetectorModelAnalysisResultsRequest getDetectorModelAnalysisResultsRequest)Retrieves one or more analysis results of the detector model.Methods in software.amazon.awssdk.services.iotevents that return types with arguments of type GetDetectorModelAnalysisResultsResponse Modifier and Type Method Description default CompletableFuture<GetDetectorModelAnalysisResultsResponse>IotEventsAsyncClient. getDetectorModelAnalysisResults(Consumer<GetDetectorModelAnalysisResultsRequest.Builder> getDetectorModelAnalysisResultsRequest)Retrieves one or more analysis results of the detector model.default CompletableFuture<GetDetectorModelAnalysisResultsResponse>IotEventsAsyncClient. getDetectorModelAnalysisResults(GetDetectorModelAnalysisResultsRequest getDetectorModelAnalysisResultsRequest)Retrieves one or more analysis results of the detector model.
-