Class ListObjectsRequest

    • Constructor Detail

      • ListObjectsRequest

        public ListObjectsRequest​(java.lang.String bucketName)
    • 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
      • getPrefix

        public java.lang.String getPrefix()
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
      • getDelimiter

        public java.lang.String getDelimiter()
      • setDelimiter

        public void setDelimiter​(java.lang.String delimiter)
      • getMaxKeys

        public java.lang.Integer getMaxKeys()
      • setMaxKeys

        public void setMaxKeys​(java.lang.Integer maxKeys)
      • getMarker

        public java.lang.String getMarker()
      • setMarker

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

        public void setEncodingType​(EncodingType encodingType)