Uses of Class
software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
-
Packages that use BatchResultErrorEntry Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of BatchResultErrorEntry in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type BatchResultErrorEntry Modifier and Type Method Description List<BatchResultErrorEntry>ChangeMessageVisibilityBatchResponse. failed()A list ofBatchResultErrorEntryitems.List<BatchResultErrorEntry>DeleteMessageBatchResponse. failed()A list ofBatchResultErrorEntryitems.List<BatchResultErrorEntry>SendMessageBatchResponse. failed()A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.Methods in software.amazon.awssdk.services.sqs.model with parameters of type BatchResultErrorEntry Modifier and Type Method Description ChangeMessageVisibilityBatchResponse.BuilderChangeMessageVisibilityBatchResponse.Builder. failed(BatchResultErrorEntry... failed)A list ofBatchResultErrorEntryitems.DeleteMessageBatchResponse.BuilderDeleteMessageBatchResponse.Builder. failed(BatchResultErrorEntry... failed)A list ofBatchResultErrorEntryitems.SendMessageBatchResponse.BuilderSendMessageBatchResponse.Builder. failed(BatchResultErrorEntry... failed)A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type BatchResultErrorEntry Modifier and Type Method Description ChangeMessageVisibilityBatchResponse.BuilderChangeMessageVisibilityBatchResponse.Builder. failed(Collection<BatchResultErrorEntry> failed)A list ofBatchResultErrorEntryitems.DeleteMessageBatchResponse.BuilderDeleteMessageBatchResponse.Builder. failed(Collection<BatchResultErrorEntry> failed)A list ofBatchResultErrorEntryitems.SendMessageBatchResponse.BuilderSendMessageBatchResponse.Builder. failed(Collection<BatchResultErrorEntry> failed)A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.
-