Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
(package private) S3ObjectInputStream |
S3ObjectWrapper.getObjectContent() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
S3ObjectWrapper.setObjectContent(S3ObjectInputStream objectContent) |
Modifier and Type | Field and Description |
---|---|
private S3ObjectInputStream |
S3Object.objectContent
The stream containing the contents of this object from S3
|
Modifier and Type | Method and Description |
---|---|
S3ObjectInputStream |
S3Object.getObjectContent()
Gets the input stream containing the contents of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
S3Object.setObjectContent(S3ObjectInputStream objectContent)
Sets the input stream containing this object's contents.
|