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 BatchResultErrorEntryBatchResultErrorEntry. clone()BatchResultErrorEntryBatchResultErrorEntry. withCode(String code)An error code representing why the action failed on this entry.BatchResultErrorEntryBatchResultErrorEntry. withId(String id)The id of an entry in a batch request.BatchResultErrorEntryBatchResultErrorEntry. withMessage(String message)A message explaining why the action failed on this entry.BatchResultErrorEntryBatchResultErrorEntry. 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 ChangeMessageVisibilityBatchResultChangeMessageVisibilityBatchResult. withFailed(BatchResultErrorEntry... failed)A list of BatchResultErrorEntry items.DeleteMessageBatchResultDeleteMessageBatchResult. withFailed(BatchResultErrorEntry... failed)A list of BatchResultErrorEntry items.SendMessageBatchResultSendMessageBatchResult. 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 voidChangeMessageVisibilityBatchResult. setFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items.voidDeleteMessageBatchResult. setFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items.voidSendMessageBatchResult. setFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.ChangeMessageVisibilityBatchResultChangeMessageVisibilityBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items.DeleteMessageBatchResultDeleteMessageBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items.SendMessageBatchResultSendMessageBatchResult. withFailed(Collection<BatchResultErrorEntry> failed)A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
-