Annotation Type Marker


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Marker
    Sets the prefix field of the ListObjectsRequest used to query S3. The marker indicates where in the bucket to begin listing. The list will only include keys that occur lexicographically after the marker. This enables pagination; to get the next page of results use the current value from ObjectListing.getNextMarker() as the marker for the next request to list objects.
    See Also:
    ListObjectsRequest
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value