List of usage examples for com.amazonaws.services.sqs AmazonSQSAsyncClient AmazonSQSAsyncClient
@Deprecated
public AmazonSQSAsyncClient()
From source file:com.blacklocus.qs.worker.aws.AmazonSQSAsyncPutTaskService.java
License:Apache License
public AmazonSQSAsyncPutTaskService(String queueUrl) { this(queueUrl, new AmazonSQSAsyncClient()); }