Package | Description |
---|---|
com.amazonaws.services.sqs.buffered | |
com.amazonaws.services.sqs.model | |
com.amazonaws.services.sqs.model.transform |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Exception |
ResultConverter.convert(BatchResultErrorEntry be) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BatchResultErrorEntry> |
SendMessageBatchResult.failed
A list of BatchResultErrorEntry items with the error detail about
each message that could not be enqueued.
|
private SdkInternalList<BatchResultErrorEntry> |
DeleteMessageBatchResult.failed
A list of BatchResultErrorEntry items.
|
private SdkInternalList<BatchResultErrorEntry> |
ChangeMessageVisibilityBatchResult.failed
A list of BatchResultErrorEntry items.
|
Modifier and Type | Method and Description |
---|---|
BatchResultErrorEntry |
BatchResultErrorEntry.clone() |
BatchResultErrorEntry |
BatchResultErrorEntry.withCode(java.lang.String code)
An error code representing why the action failed on this entry.
|
BatchResultErrorEntry |
BatchResultErrorEntry.withId(java.lang.String id)
The id of an entry in a batch request.
|
BatchResultErrorEntry |
BatchResultErrorEntry.withMessage(java.lang.String message)
A message explaining why the action failed on this entry.
|
BatchResultErrorEntry |
BatchResultErrorEntry.withSenderFault(java.lang.Boolean senderFault)
Whether the error happened due to the sender's fault.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BatchResultErrorEntry> |
SendMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items with the error detail about
each message that could not be enqueued.
|
java.util.List<BatchResultErrorEntry> |
DeleteMessageBatchResult.getFailed()
A list of BatchResultErrorEntry items.
|
java.util.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(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items with the error detail about
each message that could not be enqueued.
|
void |
DeleteMessageBatchResult.setFailed(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
|
void |
ChangeMessageVisibilityBatchResult.setFailed(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
|
SendMessageBatchResult |
SendMessageBatchResult.withFailed(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items with the error detail about
each message that could not be enqueued.
|
DeleteMessageBatchResult |
DeleteMessageBatchResult.withFailed(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
|
ChangeMessageVisibilityBatchResult |
ChangeMessageVisibilityBatchResult.withFailed(java.util.Collection<BatchResultErrorEntry> failed)
A list of BatchResultErrorEntry items.
|
Modifier and Type | Method and Description |
---|---|
BatchResultErrorEntry |
BatchResultErrorEntryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |