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

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

Introduction

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

The text is from its open source code.

Method

java.util.concurrent.FuturereceiveMessageAsync( ReceiveMessageRequest receiveMessageRequest)

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

java.util.concurrent.FuturereceiveMessageAsync(String queueUrl)
Simplified method form for invoking the ReceiveMessage operation.
voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://sqs.us-east-1.amazonaws.com").