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 QueueAttributes
QueueAttributes.Builder. build()
Methods in org.jclouds.sqs.domain with parameters of type QueueAttributes Modifier and Type Method Description T
QueueAttributes.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 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 Modifier and Type Method Description QueueAttributes
MapToQueueAttributes. apply(Map<String,String> input)
-