Package | Description |
---|---|
com.amazonaws.services.sns.util |
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
|
com.amazonaws.services.sqs |
Synchronous and asynchronous client classes for accessing AmazonSQS.
|
com.amazonaws.services.sqs.buffered |
Modifier and Type | Method and Description |
---|---|
static String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
String snsTopicArn,
String sqsQueueUrl)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AmazonSQSAsync
Interface for accessing AmazonSQS asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AmazonSQSAsyncClient
Asynchronous client for accessing AmazonSQS.
|
class |
AmazonSQSClient
Client for accessing AmazonSQS.
|
Modifier and Type | Class and Description |
---|---|
class |
AmazonSQSBufferedAsyncClient
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing
sendMessage, deleteMessage and changeMessageVisibility calls.
|
Copyright © 2014. All rights reserved.