Annotation Type Prefix


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Prefix
    Sets the prefix field of the ListObjectsRequest used to query S3. The value is considered to be relative and will be appended to the prefix of the underlying S3File.
    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