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 producer.
|
Modifier and Type | Method and Description |
---|---|
List<BatchResultErrorEntry> |
DeleteMessageBatchResult.getFailed()
A list of
BatchResultErrorEntry items. |
List<BatchResultErrorEntry> |
ChangeMessageVisibilityBatchResult.getFailed()
A list of
BatchResultErrorEntry items. |
List<BatchResultErrorEntry> |
SendMessageBatchResult.getFailed()
A list of
BatchResultErrorEntry items with error details about each message that can't be
enqueued. |
Modifier and Type | Method and Description |
---|---|
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items. |
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items. |
SendMessageBatchResult |
SendMessageBatchResult.withFailed(BatchResultErrorEntry... failed)
A list of
BatchResultErrorEntry items with error details about each message that can't be
enqueued. |
Modifier and Type | Method and Description |
---|---|
void |
DeleteMessageBatchResult.setFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items. |
void |
ChangeMessageVisibilityBatchResult.setFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items. |
void |
SendMessageBatchResult.setFailed(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. |
SendMessageBatchResult |
SendMessageBatchResult.withFailed(Collection<BatchResultErrorEntry> failed)
A list of
BatchResultErrorEntry items with error details about each message that can't be
enqueued. |
Copyright © 2019. All rights reserved.