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 StringTopics. subscribeQueue(AmazonSNS sns, AmazonSQS sqs, String snsTopicArn, String sqsQueueUrl)Subscribes an existing Amazon SQS queue to an existing Amazon SNS topic.static StringTopics. 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 interfaceAmazonSQSAsyncInterface for accessing Amazon SQS asynchronously.Classes in com.amazonaws.services.sqs that implement AmazonSQS Modifier and Type Class Description classAbstractAmazonSQSAbstract implementation ofAmazonSQS.classAbstractAmazonSQSAsyncAbstract implementation ofAmazonSQSAsync.classAmazonSQSAsyncClientInterface for accessing Amazon SQS asynchronously.classAmazonSQSClientClient 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 classAmazonSQSBufferedAsyncClientAmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.
-