Uses of Class
software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
Packages that use DeleteMessageBatchRequestEntry
-
Uses of DeleteMessageBatchRequestEntry in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequest.entries()Lists the receipt handles for the messages to be deleted.Methods in software.amazon.awssdk.services.sqs.model with parameters of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequest.Builder.entries(DeleteMessageBatchRequestEntry... entries) Lists the receipt handles for the messages to be deleted.Method parameters in software.amazon.awssdk.services.sqs.model with type arguments of type DeleteMessageBatchRequestEntryModifier and TypeMethodDescriptionDeleteMessageBatchRequest.Builder.entries(Collection<DeleteMessageBatchRequestEntry> entries) Lists the receipt handles for the messages to be deleted.