Class ListBucketsRequest

    • Constructor Detail

      • ListBucketsRequest

        public ListBucketsRequest()
    • Method Detail

      • getQueryParams

        public java.util.Map<java.lang.String,​java.lang.String> getQueryParams()
        Description copied from class: ObjectRequest
        Override to return the request-specific query parameters based on properties of the request. Do NOT include the subresource in this map; it will be inserted automatically. Note this implementation uses a TreeSet, which will sort the parameters by name. This is done to make URLs consistent for testing and should not change the semantics of any request.
        Overrides:
        getQueryParams in class ObjectRequest
      • getLimit

        public java.lang.Integer getLimit()
      • setLimit

        public void setLimit​(java.lang.Integer limit)
      • getMarker

        public java.lang.String getMarker()
      • setMarker

        public void setMarker​(java.lang.String marker)