Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchUpdateDetectorRequest
-
Packages that use BatchUpdateDetectorRequest 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.software.amazon.awssdk.services.ioteventsdata.transform -
-
Uses of BatchUpdateDetectorRequest in software.amazon.awssdk.services.ioteventsdata
Methods in software.amazon.awssdk.services.ioteventsdata with parameters of type BatchUpdateDetectorRequest Modifier and Type Method Description 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.default BatchUpdateDetectorResponseIotEventsDataClient. batchUpdateDetector(BatchUpdateDetectorRequest batchUpdateDetectorRequest)Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model. -
Uses of BatchUpdateDetectorRequest in software.amazon.awssdk.services.ioteventsdata.transform
Methods in software.amazon.awssdk.services.ioteventsdata.transform with parameters of type BatchUpdateDetectorRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateDetectorRequestMarshaller. marshall(BatchUpdateDetectorRequest batchUpdateDetectorRequest)
-