Uses of Class
com.amazonaws.services.sqs.model.BatchResultErrorEntry
Packages that use BatchResultErrorEntry
-
Uses of BatchResultErrorEntry in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return BatchResultErrorEntryModifier and TypeMethodDescriptionBatchResultErrorEntry.clone()
An error code representing why the action failed on this entry.The id of an entry in a batch request.BatchResultErrorEntry.withMessage
(String message) A message explaining why the action failed on this entry.BatchResultErrorEntry.withSenderFault
(Boolean senderFault) Whether the error happened due to the sender's fault.Methods in com.amazonaws.services.sqs.model that return types with arguments of type BatchResultErrorEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchResult.getFailed()
A list of BatchResultErrorEntry items.DeleteMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items.SendMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.Methods in com.amazonaws.services.sqs.model with parameters of type BatchResultErrorEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchResult.withFailed
(BatchResultErrorEntry... failed) A list of BatchResultErrorEntry items.DeleteMessageBatchResult.withFailed
(BatchResultErrorEntry... failed) A list of BatchResultErrorEntry items.SendMessageBatchResult.withFailed
(BatchResultErrorEntry... failed) A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.Method parameters in com.amazonaws.services.sqs.model with type arguments of type BatchResultErrorEntryModifier and TypeMethodDescriptionvoid
ChangeMessageVisibilityBatchResult.setFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items.void
DeleteMessageBatchResult.setFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items.void
SendMessageBatchResult.setFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.ChangeMessageVisibilityBatchResult.withFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items.DeleteMessageBatchResult.withFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items.SendMessageBatchResult.withFailed
(Collection<BatchResultErrorEntry> failed) A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.