Uses of Class
com.amazonaws.services.sqs.model.BatchResultErrorEntry
-
Packages that use BatchResultErrorEntry Package Description com.amazonaws.services.sqs.model -
-
Uses of BatchResultErrorEntry in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return BatchResultErrorEntry Modifier and Type Method Description BatchResultErrorEntry
BatchResultErrorEntry. clone()
BatchResultErrorEntry
BatchResultErrorEntry. withCode(String code)
An error code representing why the action failed on this entry.BatchResultErrorEntry
BatchResultErrorEntry. withId(String id)
The id of an entry in a batch request.BatchResultErrorEntry
BatchResultErrorEntry. withMessage(String message)
A message explaining why the action failed on this entry.BatchResultErrorEntry
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 BatchResultErrorEntry Modifier and Type Method Description List<BatchResultErrorEntry>
ChangeMessageVisibilityBatchResult. getFailed()
A list of BatchResultErrorEntry items.List<BatchResultErrorEntry>
DeleteMessageBatchResult. getFailed()
A list of BatchResultErrorEntry items.List<BatchResultErrorEntry>
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 BatchResultErrorEntry Modifier and Type Method Description ChangeMessageVisibilityBatchResult
ChangeMessageVisibilityBatchResult. withFailed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items.DeleteMessageBatchResult
DeleteMessageBatchResult. withFailed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items.SendMessageBatchResult
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 BatchResultErrorEntry Modifier and Type Method Description void
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
ChangeMessageVisibilityBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.DeleteMessageBatchResult
DeleteMessageBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.SendMessageBatchResult
SendMessageBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
-