public interface S3DataSource
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3DataSource.Utils
S3DataSource specific utilities. |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
InputStream |
getInputStream() |
void |
setFile(File file) |
void |
setInputStream(InputStream inputStream) |
File getFile()
void setFile(File file)
InputStream getInputStream()
void setInputStream(InputStream inputStream)