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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonSQSAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SQS.
AmazonSQSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials.
AmazonSQSAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider.
AmazonSQSAsyncClient(AwsAsyncClientParams asyncClientParams)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified parameters.
AmazonSQSAsyncClient()
Constructs a new asynchronous client to invoke service methods on Amazon SQS.
AmazonSQSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials and executor service.
AmazonSQSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the provided AWS account credentials provider and client configuration options.
AmazonSQSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider and executor service.
AmazonSQSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSQSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider, executor service, and client configuration options.

Method

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://sqs.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonSQS#setEndpoint(String) , sets the regional endpoint for this client's service calls.