Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchDeleteDetectorErrorEntry
-
Packages that use BatchDeleteDetectorErrorEntry Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchDeleteDetectorErrorEntry in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchDeleteDetectorErrorEntry Modifier and Type Method Description List<BatchDeleteDetectorErrorEntry>BatchDeleteDetectorResponse. batchDeleteDetectorErrorEntries()A list of errors associated with the request, or an empty array ([]) if there are no errors.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type BatchDeleteDetectorErrorEntry Modifier and Type Method Description BatchDeleteDetectorResponse.BuilderBatchDeleteDetectorResponse.Builder. batchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)A list of errors associated with the request, or an empty array ([]) if there are no errors.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type BatchDeleteDetectorErrorEntry Modifier and Type Method Description BatchDeleteDetectorResponse.BuilderBatchDeleteDetectorResponse.Builder. batchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)A list of errors associated with the request, or an empty array ([]) if there are no errors.
-