Uses of Class
org.jclouds.sqs.domain.QueueAttributes
- 
Packages that use QueueAttributes Package Description 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 Modifier and Type Method Description QueueAttributesQueueAttributes.Builder. build()Methods in org.jclouds.sqs.domain with parameters of type QueueAttributes Modifier and Type Method Description TQueueAttributes.Builder. fromQueueAttributes(QueueAttributes in) - 
Uses of QueueAttributes in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features that return QueueAttributes Modifier and Type Method Description QueueAttributesQueueApi. 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 Modifier and Type Method Description QueueAttributesMapToQueueAttributes. apply(Map<String,String> input) 
 -