Uses of Interface
com.amazonaws.services.sqs.AmazonSQS
-
Packages that use AmazonSQS 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 -
-
Uses of AmazonSQS in com.amazonaws.services.sns.util
Methods in com.amazonaws.services.sns.util with parameters of type AmazonSQS Modifier and Type Method 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. -
Uses of AmazonSQS in com.amazonaws.services.sqs
Subinterfaces of AmazonSQS in com.amazonaws.services.sqs Modifier and Type Interface Description interface
AmazonSQSAsync
Interface for accessing Amazon SQS asynchronously.Classes in com.amazonaws.services.sqs that implement AmazonSQS Modifier and Type Class Description class
AbstractAmazonSQS
Abstract implementation ofAmazonSQS
.class
AbstractAmazonSQSAsync
Abstract implementation ofAmazonSQSAsync
.class
AmazonSQSAsyncClient
Interface for accessing Amazon SQS asynchronously.class
AmazonSQSClient
Client for accessing Amazon SQS. -
Uses of AmazonSQS in com.amazonaws.services.sqs.buffered
Classes in com.amazonaws.services.sqs.buffered that implement AmazonSQS Modifier and Type Class Description class
AmazonSQSBufferedAsyncClient
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.
-