Uses of Class
com.amazonaws.services.sqs.AmazonSQSClient
-
Packages that use AmazonSQSClient Package Description com.amazonaws.services.glacier.transfer com.amazonaws.services.sqs -
-
Uses of AmazonSQSClient in com.amazonaws.services.glacier.transfer
Constructors in com.amazonaws.services.glacier.transfer with parameters of type AmazonSQSClient Constructor Description ArchiveTransferManager(AmazonGlacierClient glacier, AmazonSQSClient sqs, AmazonSNSClient sns)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client, and the specified Amazon SQS and Amazon SNS clients for polling download job status.JobStatusMonitor(AmazonSQSClient sqs, AmazonSNSClient sns)
Constructs a JobStatusMonitor that will use the specified clients for polling archive download job status. -
Uses of AmazonSQSClient in com.amazonaws.services.sqs
Subclasses of AmazonSQSClient in com.amazonaws.services.sqs Modifier and Type Class Description class
AmazonSQSAsyncClient
Interface for accessing Amazon SQS asynchronously.
-