Uses of Class
com.xerox.amazonws.common.AWSQueryConnection

Packages that use AWSQueryConnection
com.xerox.amazonws.devpay   
com.xerox.amazonws.ec2   
com.xerox.amazonws.fps   
com.xerox.amazonws.monitoring   
com.xerox.amazonws.sdb   
com.xerox.amazonws.simpledb   
com.xerox.amazonws.sns   
com.xerox.amazonws.sqs2   
 

Uses of AWSQueryConnection in com.xerox.amazonws.devpay
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.devpay
 class DevPayLS
          This class provides an interface with the Amazon DevPay LS service.
 

Uses of AWSQueryConnection in com.xerox.amazonws.ec2
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.ec2
 class AutoScaling
          A Java wrapper for the AutoScaling web services API
 class Jec2
          A Java wrapper for the EC2 web services API
 class LoadBalancing
          A Java wrapper for the EC2 web services API
 

Uses of AWSQueryConnection in com.xerox.amazonws.fps
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.fps
 class FlexiblePaymentsService
          This class provides an interface with the Amazon FPS service.
 

Uses of AWSQueryConnection in com.xerox.amazonws.monitoring
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.monitoring
 class Monitoring
          A Java wrapper for the Monitoring web services API
 

Uses of AWSQueryConnection in com.xerox.amazonws.sdb
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.sdb
 class Domain
          This class provides an interface with the Amazon SDB service.
 class Item
          This class provides an interface with the Amazon SDB service.
 class SimpleDB
          This class provides an interface with the Amazon SDB service.
 

Uses of AWSQueryConnection in com.xerox.amazonws.simpledb
 

Methods in com.xerox.amazonws.simpledb that return AWSQueryConnection
 AWSQueryConnection SimpleDB.getConnectionDelegate()
          Returns connection object, so connection params can be tweaked
 AWSQueryConnection Domain.getConnectionDelegate()
          Returns connection object, so connection params can be tweaked
 

Constructors in com.xerox.amazonws.simpledb with parameters of type AWSQueryConnection
Domain(String domainName, AWSQueryConnection connection)
           
 

Uses of AWSQueryConnection in com.xerox.amazonws.sns
 

Methods in com.xerox.amazonws.sns that return AWSQueryConnection
 AWSQueryConnection NotificationService.getConnectionDelegate()
          Returns connection object, so connection params can be tweaked
 

Uses of AWSQueryConnection in com.xerox.amazonws.sqs2
 

Subclasses of AWSQueryConnection in com.xerox.amazonws.sqs2
 class MessageQueue
          This class provides an interface with the Amazon SQS message queue.
 class QueueService
          This class provides an interface with the Amazon SQS service.