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.
 

Methods in org.jclouds.sqs.features that return types with arguments of type QueueAttributes
 com.google.common.util.concurrent.ListenableFuture<? extends QueueAttributes> QueueAsyncApi.getAttributes(URI 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-2013 jclouds. All Rights Reserved.