public class S3ContentDisposition extends S3ObjectMetadata
| Constructor and Description |
|---|
S3ContentDisposition() |
| Modifier and Type | Method and 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.
|
compareTopublic void apply(AdaptrisMessage msg, com.amazonaws.services.s3.model.ObjectMetadata meta) throws ServiceException
apply in class S3ObjectMetadataServiceException@NonNull public @NonNull java.lang.String getContentDisposition()
public void setContentDisposition(@NonNull
@NonNull java.lang.String contentDisposition)