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 String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
String snsTopicArn,
String sqsQueueUrl)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
static String |
Topics.subscribeQueue(AmazonSNS sns,
AmazonSQS sqs,
String snsTopicArn,
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.
|
Copyright © 2018. All rights reserved.