Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.util |
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AmazonSNSAsync
Interface for accessing Amazon SNS asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmazonSNS
Abstract implementation of
AmazonSNS . |
class |
AbstractAmazonSNSAsync
Abstract implementation of
AmazonSNSAsync . |
class |
AmazonSNSAsyncClient
Client for accessing Amazon SNS asynchronously.
|
class |
AmazonSNSClient
Client for accessing Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
protected AmazonSNS |
AmazonSNSClientBuilder.build(AwsSyncClientParams params)
Construct a synchronous implementation of AmazonSNS using the current builder configuration.
|
static AmazonSNS |
AmazonSNSClientBuilder.defaultClient() |
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.
|
Copyright © 2020. All rights reserved.