public class AmazonS3Content extends Object
| Constructor and Description |
|---|
AmazonS3Content(String subDirectory,
String mimeType,
InputStream content,
String contentLabel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InputStream |
getContent() |
String |
getContentLabel() |
String |
getMimeType() |
String |
getSubDirectory() |
int |
hashCode() |
public AmazonS3Content(String subDirectory, String mimeType, InputStream content, String contentLabel)
subDirectory - relative folder in S3 the bucketmimeType - mime type of the object to transfer onto the S3 bucketcontent - The content subject to the upload to S3 bucket as a InputStream ObjectcontentLabel - name of the object to transferpublic String getSubDirectory()
public String getMimeType()
public InputStream getContent()
public String getContentLabel()
Copyright © 2016. All rights reserved.