org.jclouds.sqs.options

Class ListQueuesOptions

    • Field Summary

      • Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions

        formParameters, headers, pathSuffix, payload, queryParameters
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ListQueuesOptions queuePrefix(String prefix)
      String to use for filtering the list results.
      • Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions

        buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
    • 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.

Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.