Uses of Interface
com.amazonaws.services.sqs.AmazonSQS
Packages that use AmazonSQS
Package
Description
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
-
Uses of AmazonSQS in com.amazonaws.services.sns.util
Methods in com.amazonaws.services.sns.util with parameters of type AmazonSQSModifier and TypeMethodDescriptionstatic 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.sqsModifier and TypeInterfaceDescriptioninterface
Interface for accessing Amazon SQS asynchronously.Classes in com.amazonaws.services.sqs that implement AmazonSQSModifier and TypeClassDescriptionclass
Abstract implementation ofAmazonSQS
.class
Abstract implementation ofAmazonSQSAsync
.class
Interface for accessing Amazon SQS asynchronously.class
Client for accessing Amazon SQS. -
Uses of AmazonSQS in com.amazonaws.services.sqs.buffered
Classes in com.amazonaws.services.sqs.buffered that implement AmazonSQSModifier and TypeClassDescriptionclass
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.