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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.services.sqs.AmazonSQSClient has subclasses.
Click this link to see all its subclasses.

Constructor

AmazonSQSClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SQS.
AmazonSQSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials.
AmazonSQSClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials provider.
AmazonSQSClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon SQS using the specified parameters.
AmazonSQSClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials and client configuration options.
AmazonSQSClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials provider and client configuration options.
AmazonSQSClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Amazon SQS using the specified parameters.
AmazonSQSClient()
Constructs a new client to invoke service methods on Amazon SQS.

Method

AddPermissionResultaddPermission(AddPermissionRequest request)

Adds a permission to a queue for a specific principal.

CreateQueueResultcreateQueue(CreateQueueRequest request)

Creates a new standard or FIFO queue.

CreateQueueResultcreateQueue(String queueName)
DeleteMessageResultdeleteMessage(DeleteMessageRequest request)

Deletes the specified message from the specified queue.

DeleteMessageBatchResultdeleteMessageBatch(DeleteMessageBatchRequest request)

Deletes up to ten messages from the specified queue.

DeleteQueueResultdeleteQueue(DeleteQueueRequest request)

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

DeleteQueueResultdeleteQueue(String queueUrl)
GetQueueAttributesResultgetQueueAttributes(GetQueueAttributesRequest request)

Gets attributes for the specified queue.

GetQueueUrlResultgetQueueUrl(GetQueueUrlRequest request)

Returns the URL of an existing Amazon SQS queue.

GetQueueUrlResultgetQueueUrl(String queueName)
ListQueuesResultlistQueues(ListQueuesRequest request)

Returns a list of your queues.

ListQueuesResultlistQueues(String queueNamePrefix)
ReceiveMessageResultreceiveMessage(ReceiveMessageRequest request)

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

ReceiveMessageResultreceiveMessage(String queueUrl)
SendMessageResultsendMessage(SendMessageRequest request)

Delivers a message to the specified queue.

SendMessageResultsendMessage(String queueUrl, String messageBody)
SendMessageBatchResultsendMessageBatch(SendMessageBatchRequest request)

Delivers up to ten messages to the specified queue.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client.
SetQueueAttributesResultsetQueueAttributes(SetQueueAttributesRequest request)

Sets the value of one or more queue attributes.

voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.
voidsetSignerRegionOverride(String signerRegionOverride)
An internal method used to explicitly override the internal signer region computed by the default implementation.
voidshutdown()
Shuts down this client object, releasing any resources that might be held open.