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

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

Introduction

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

The text is from its open source code.

Implementation

com.amazonaws.services.sqs.AmazonSQS has the following implementations.
Click this link to see all its implementation.

Method

ChangeMessageVisibilityResultchangeMessageVisibility(String queueUrl, String receiptHandle, Integer visibilityTimeout)
Simplified method form for invoking the ChangeMessageVisibility operation.
ChangeMessageVisibilityBatchResultchangeMessageVisibilityBatch(String queueUrl, java.util.List entries)
Simplified method form for invoking the ChangeMessageVisibilityBatch operation.
CreateQueueResultcreateQueue(CreateQueueRequest createQueueRequest)

Creates a new standard or FIFO queue.

CreateQueueResultcreateQueue(String queueName)
Simplified method form for invoking the CreateQueue operation.
DeleteMessageResultdeleteMessage(DeleteMessageRequest deleteMessageRequest)

Deletes the specified message from the specified queue.

DeleteMessageResultdeleteMessage(String queueUrl, String receiptHandle)
Simplified method form for invoking the DeleteMessage operation.
DeleteMessageBatchResultdeleteMessageBatch(String queueUrl, java.util.List entries)
Simplified method form for invoking the DeleteMessageBatch operation.
DeleteQueueResultdeleteQueue(DeleteQueueRequest deleteQueueRequest)

Deletes the queue specified by the QueueUrl, regardless of the queue's contents.

DeleteQueueResultdeleteQueue(String queueUrl)
Simplified method form for invoking the DeleteQueue operation.
GetQueueAttributesResultgetQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest)

Gets attributes for the specified queue.

GetQueueUrlResultgetQueueUrl(GetQueueUrlRequest getQueueUrlRequest)

Returns the URL of an existing Amazon SQS queue.

GetQueueUrlResultgetQueueUrl(String queueName)
Simplified method form for invoking the GetQueueUrl operation.
ListQueuesResultlistQueues()
Simplified method form for invoking the ListQueues operation.
ListQueuesResultlistQueues(ListQueuesRequest listQueuesRequest)

Returns a list of your queues.

ListQueuesResultlistQueues(String queueNamePrefix)
Simplified method form for invoking the ListQueues operation.
PurgeQueueResultpurgeQueue(PurgeQueueRequest purgeQueueRequest)

Deletes the messages in a queue specified by the QueueURL parameter.

ReceiveMessageResultreceiveMessage(ReceiveMessageRequest receiveMessageRequest)

Retrieves one or more messages (up to 10), from the specified queue.

ReceiveMessageResultreceiveMessage(String queueUrl)
Simplified method form for invoking the ReceiveMessage operation.
SendMessageResultsendMessage(SendMessageRequest sendMessageRequest)

Delivers a message to the specified queue.

SendMessageResultsendMessage(String queueUrl, String messageBody)
Simplified method form for invoking the SendMessage operation.
SendMessageBatchResultsendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest)

Delivers up to ten messages to the specified queue.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://sqs.us-east-1.amazonaws.com").
SetQueueAttributesResultsetQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)

Sets the value of one or more queue attributes.

SetQueueAttributesResultsetQueueAttributes(String queueUrl, java.util.Map attributes)
Simplified method form for invoking the SetQueueAttributes operation.
voidsetRegion(Region region)
An alternative to AmazonSQS#setEndpoint(String) , sets the regional endpoint for this client's service calls.
voidshutdown()
Shuts down this client object, releasing any resources that might be held open.