Package | Description |
---|---|
com.amazonaws.services.sns.util |
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
|
com.amazonaws.services.sqs | |
com.amazonaws.services.sqs.buffered |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
java.lang.String snsTopicArn,
java.lang.String sqsQueueUrl)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
static java.lang.String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
java.lang.String snsTopicArn,
java.lang.String sqsQueueUrl,
boolean extendPolicy)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AmazonSQSAsync
Interface for accessing Amazon SQS asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmazonSQS
Abstract implementation of
AmazonSQS . |
class |
AbstractAmazonSQSAsync
Abstract implementation of
AmazonSQSAsync . |
class |
AmazonSQSAsyncClient
Interface for accessing Amazon SQS asynchronously.
|
class |
AmazonSQSClient
Client for accessing Amazon SQS.
|
Modifier and Type | Class and Description |
---|---|
class |
AmazonSQSBufferedAsyncClient
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage
and changeMessageVisibility calls.
|
Modifier and Type | Field and Description |
---|---|
private AmazonSQS |
SendQueueBuffer.sqsClient
The
AmazonSQS client to use for this buffer's operations. |
private AmazonSQS |
ReceiveQueueBuffer.sqsClient |
Constructor and Description |
---|
ReceiveQueueBuffer(AmazonSQS paramSQS,
java.util.concurrent.Executor paramExecutor,
QueueBufferConfig paramConfig,
java.lang.String url) |
SendQueueBuffer(AmazonSQS sqsClient,
java.util.concurrent.Executor executor,
QueueBufferConfig paramConfig,
java.lang.String url) |