Uses of Class
org.jclouds.sqs.domain.QueueAttributes

Packages that use QueueAttributes
org.jclouds.sqs.domain   
org.jclouds.sqs.features   
org.jclouds.sqs.functions   
 

Uses of QueueAttributes in org.jclouds.sqs.domain
 

Methods in org.jclouds.sqs.domain that return QueueAttributes
 QueueAttributes QueueAttributes.Builder.build()
           
 

Methods in org.jclouds.sqs.domain with parameters of type QueueAttributes
 T QueueAttributes.Builder.fromQueueAttributes(QueueAttributes in)
           
 

Uses of QueueAttributes in org.jclouds.sqs.features
 

Methods in org.jclouds.sqs.features that return QueueAttributes
 QueueAttributes QueueApi.getAttributes(URI queue)
          returns all attributes of a queue.
 

Uses of QueueAttributes in org.jclouds.sqs.functions
 

Methods in org.jclouds.sqs.functions that return QueueAttributes
 QueueAttributes MapToQueueAttributes.apply(Map<String,String> input)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.