Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchUpdateDetectorResponse
-
Packages that use BatchUpdateDetectorResponse Package Description software.amazon.awssdk.services.ioteventsdata IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. -
-
Uses of BatchUpdateDetectorResponse in software.amazon.awssdk.services.ioteventsdata
Methods in software.amazon.awssdk.services.ioteventsdata that return BatchUpdateDetectorResponse Modifier and Type Method Description default BatchUpdateDetectorResponseIotEventsDataClient. batchUpdateDetector(Consumer<BatchUpdateDetectorRequest.Builder> batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.default BatchUpdateDetectorResponseIotEventsDataClient. batchUpdateDetector(BatchUpdateDetectorRequest batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.Methods in software.amazon.awssdk.services.ioteventsdata that return types with arguments of type BatchUpdateDetectorResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateDetectorResponse>IotEventsDataAsyncClient. batchUpdateDetector(Consumer<BatchUpdateDetectorRequest.Builder> batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.default CompletableFuture<BatchUpdateDetectorResponse>IotEventsDataAsyncClient. batchUpdateDetector(BatchUpdateDetectorRequest batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
-