Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchPutMessageErrorEntry
-
Packages that use BatchPutMessageErrorEntry Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchPutMessageErrorEntry in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.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.Methods in software.amazon.awssdk.services.ioteventsdata.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.Method parameters in software.amazon.awssdk.services.ioteventsdata.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.
-