Package com.adaptris.aws.s3.meta
Class S3ContentDisposition
- java.lang.Object
- 
- com.adaptris.aws.s3.meta.S3ObjectMetadata
- 
- com.adaptris.aws.s3.meta.S3ContentDisposition
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<S3ObjectMetadata>
 
 public class S3ContentDisposition extends S3ObjectMetadata 
- 
- 
Constructor SummaryConstructors Constructor Description S3ContentDisposition()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(AdaptrisMessage msg, com.amazonaws.services.s3.model.ObjectMetadata meta)@NonNull java.lang.StringgetContentDisposition()Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.voidsetContentDisposition(@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 com.adaptris.aws.s3.meta.S3ObjectMetadatacompareTo
 
- 
 
- 
- 
- 
Method Detail- 
applypublic void apply(AdaptrisMessage msg, com.amazonaws.services.s3.model.ObjectMetadata meta) throws ServiceException - Specified by:
- applyin class- S3ObjectMetadata
- Throws:
- ServiceException
 
 - 
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.
 - 
setContentDispositionpublic 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.
 
- 
 
-