|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.sqs.options.ListQueuesOptions
public class ListQueuesOptions
Contains options supported in the Form API for the ListQueues operation.
import static org.jclouds.sqs.options.ListQueuesOptions.Builder.*
SQSApi connection = // get connection
Set queues = connection.listQueuesInRegion(queuePrefix("foo"));
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
ListQueuesOptions.Builder
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
ListQueuesOptions()
Method Summary
ListQueuesOptions
queuePrefix(String prefix)
String to use for filtering the list results.
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
ListQueuesOptions
public ListQueuesOptions()
Method Detail
queuePrefix
public ListQueuesOptions queuePrefix(String prefix)
- String to use for filtering the list results. Only those queues whose name begins with the
specified string are returned.
- Parameters:
prefix - Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are
allowed.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2013 jclouds. All Rights Reserved.