Class S3ContentEncoding

    • 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 getContentEncoding()
      Sets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
      void setContentEncoding​(@NonNull java.lang.String contentEncoding)
      Sets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
      • Methods inherited from class java.lang.Object

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

      • S3ContentEncoding

        public S3ContentEncoding()
    • Method Detail

      • getContentEncoding

        @NonNull
        public @NonNull java.lang.String getContentEncoding()
        Sets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
      • setContentEncoding

        public void setContentEncoding​(@NonNull
                                       @NonNull java.lang.String contentEncoding)
        Sets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.