Uses of Class
software.amazon.awssdk.services.iotanalytics.model.BatchPutMessageErrorEntry
-
Packages that use BatchPutMessageErrorEntry Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of BatchPutMessageErrorEntry in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type BatchPutMessageErrorEntry Modifier and Type Method Description List<BatchPutMessageErrorEntry>BatchPutMessageResponse. batchPutMessageErrorEntries()A list of any errors encountered when sending the messages to the channel.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type BatchPutMessageErrorEntry Modifier and Type Method Description BatchPutMessageResponse.BuilderBatchPutMessageResponse.Builder. batchPutMessageErrorEntries(BatchPutMessageErrorEntry... batchPutMessageErrorEntries)A list of any errors encountered when sending the messages to the channel.Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type BatchPutMessageErrorEntry Modifier and Type Method Description BatchPutMessageResponse.BuilderBatchPutMessageResponse.Builder. batchPutMessageErrorEntries(Collection<BatchPutMessageErrorEntry> batchPutMessageErrorEntries)A list of any errors encountered when sending the messages to the channel.
-