Class S3ContentDisposition

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(AdaptrisMessage msg, com.amazonaws.services.s3.model.ObjectMetadata meta)  
      @NonNull java.lang.String getContentDisposition()
      Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.
      void setContentDisposition​(@NonNull java.lang.String contentDisposition)
      Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3ContentDisposition

        public S3ContentDisposition()
    • Method Detail

      • getContentDisposition

        @NonNull
        public @NonNull java.lang.String getContentDisposition()
        Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.
      • setContentDisposition

        public void setContentDisposition​(@NonNull
                                          @NonNull java.lang.String contentDisposition)
        Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.