| Package | Description |
|---|---|
| com.amazonaws.services.sqs.model |
| Modifier and Type | Method and 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)
Specifies whether the error happened due to the caller of the batch API action.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchResultErrorEntry> |
SendMessageBatchResult.getFailed()
A list of
BatchResultErrorEntry items with error details about each message that can't be
enqueued. |
List<BatchResultErrorEntry> |
DeleteMessageBatchResult.getFailed()
A list of
BatchResultErrorEntry items. |
List<BatchResultErrorEntry> |
ChangeMessageVisibilityBatchResult.getFailed()
A list of
BatchResultErrorEntry items. |
| Modifier and Type | Method and Description |
|---|---|
SendMessageBatchResult |
SendMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items with error details about each message that can't be
enqueued. |
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items. |
| Modifier and Type | Method and Description |
|---|---|
void |
SendMessageBatchResult.setFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items with error details about each message that can't 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 error details about each message that can't be
enqueued. |
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items. |
Copyright © 2025. All rights reserved.