Package | Description |
---|---|
com.amazonaws.services.sqs.model |
Classes modeling the various types represented by AmazonSQS.
|
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)
Whether the error happened due to the sender's fault.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.