Uses of Class
software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry
Packages that use BatchResultErrorEntry
-
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 BatchResultErrorEntryModifier and TypeMethodDescriptionfinal List<BatchResultErrorEntry>ChangeMessageVisibilityBatchResponse.failed()A list ofBatchResultErrorEntryitems.final List<BatchResultErrorEntry>DeleteMessageBatchResponse.failed()A list ofBatchResultErrorEntryitems.final 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 BatchResultErrorEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchResponse.Builder.failed(BatchResultErrorEntry... failed) A list ofBatchResultErrorEntryitems.DeleteMessageBatchResponse.Builder.failed(BatchResultErrorEntry... failed) A list ofBatchResultErrorEntryitems.SendMessageBatchResponse.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 BatchResultErrorEntryModifier and TypeMethodDescriptionChangeMessageVisibilityBatchResponse.Builder.failed(Collection<BatchResultErrorEntry> failed) A list ofBatchResultErrorEntryitems.DeleteMessageBatchResponse.Builder.failed(Collection<BatchResultErrorEntry> failed) A list ofBatchResultErrorEntryitems.SendMessageBatchResponse.Builder.failed(Collection<BatchResultErrorEntry> failed) A list ofBatchResultErrorEntryitems with error details about each message that can't be enqueued.