Java com.amazonaws.services.sqs.model DeleteMessageBatchRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.model DeleteMessageBatchRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.model DeleteMessageBatchRequest.

The text is from its open source code.

Constructor

DeleteMessageBatchRequest()
Default constructor for DeleteMessageBatchRequest object.
DeleteMessageBatchRequest(String queueUrl, java.util.List entries)
Constructs a new DeleteMessageBatchRequest object.

Method

java.util.ListgetEntries()

A list of receipt handles for the messages to be deleted.

StringgetQueueUrl()

The URL of the Amazon SQS queue from which messages are deleted.

RequestClientOptionsgetRequestClientOptions()
Gets the options stored with this request object.
voidsetEntries(java.util.Collection entries)

A list of receipt handles for the messages to be deleted.

voidsetQueueUrl(String queueUrl)

The URL of the Amazon SQS queue from which messages are deleted.