public class ListQueuesOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
import static org.jclouds.sqs.options.ListQueuesOptions.Builder.*
SQSApi connection = // get connection
Set queues = connection.listQueuesInRegion(queuePrefix("foo"));
| Modifier and Type | Class and Description |
|---|---|
static class |
ListQueuesOptions.Builder |
| Constructor and Description |
|---|
ListQueuesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListQueuesOptions |
queuePrefix(String prefix)
String to use for filtering the list results.
|
public ListQueuesOptions queuePrefix(String prefix)
prefix - Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are
allowed.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.