Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.UpdateDetectorRequest
-
Packages that use UpdateDetectorRequest Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of UpdateDetectorRequest in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type UpdateDetectorRequest Modifier and Type Method Description List<UpdateDetectorRequest>BatchUpdateDetectorRequest. detectors()The list of detectors (instances) to update, along with the values to update.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type UpdateDetectorRequest Modifier and Type Method Description BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. detectors(UpdateDetectorRequest... detectors)The list of detectors (instances) to update, along with the values to update.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type UpdateDetectorRequest Modifier and Type Method Description BatchUpdateDetectorRequest.BuilderBatchUpdateDetectorRequest.Builder. detectors(Collection<UpdateDetectorRequest> detectors)The list of detectors (instances) to update, along with the values to update.
-