Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchUpdateDetectorErrorEntry
-
Packages that use BatchUpdateDetectorErrorEntry Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchUpdateDetectorErrorEntry in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchUpdateDetectorErrorEntry Modifier and Type Method Description List<BatchUpdateDetectorErrorEntry>BatchUpdateDetectorResponse. batchUpdateDetectorErrorEntries()A list of those detector updates that resulted in errors.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type BatchUpdateDetectorErrorEntry Modifier and Type Method Description BatchUpdateDetectorResponse.BuilderBatchUpdateDetectorResponse.Builder. batchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)A list of those detector updates that resulted in errors.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type BatchUpdateDetectorErrorEntry Modifier and Type Method Description BatchUpdateDetectorResponse.BuilderBatchUpdateDetectorResponse.Builder. batchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)A list of those detector updates that resulted in errors.
-