| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| software.amazon.awssdk.services.sns.util |
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
|
| Modifier and Type | Method and Description |
|---|---|
static SNSClient |
SNSClient.create()
Create a
SNSClient with the region loaded from the
software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Topics.subscribeQueue(SNSClient sns,
SQSClient sqs,
String snsTopicArn,
String sqsQueueUrl)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
static String |
Topics.subscribeQueue(SNSClient sns,
SQSClient sqs,
String snsTopicArn,
String sqsQueueUrl,
boolean extendPolicy)
Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.
|
Copyright © 2017. All rights reserved.