|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchResultErrorEntry | |
---|---|
com.amazonaws.services.sqs.model | Classes modeling the various types represented by AmazonSQS. |
Uses of BatchResultErrorEntry in com.amazonaws.services.sqs.model |
---|
Methods in com.amazonaws.services.sqs.model that return BatchResultErrorEntry | |
---|---|
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 | |
---|---|
List<BatchResultErrorEntry> |
SendMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued. |
List<BatchResultErrorEntry> |
DeleteMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items. |
List<BatchResultErrorEntry> |
ChangeMessageVisibilityBatchResult.getFailed()
A list of BatchResultErrorEntry items. |
Methods in com.amazonaws.services.sqs.model with parameters of type BatchResultErrorEntry | |
---|---|
SendMessageBatchResult |
SendMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued. |
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of BatchResultErrorEntry items. |
Method parameters in com.amazonaws.services.sqs.model with type arguments of type BatchResultErrorEntry | |
---|---|
void |
SendMessageBatchResult.setFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued. |
void |
DeleteMessageBatchResult.setFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items. |
void |
ChangeMessageVisibilityBatchResult.setFailed(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. |
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |