Uses of Class
com.amazonaws.services.s3.model.S3ObjectInputStream
-
Packages that use S3ObjectInputStream Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of S3ObjectInputStream in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return S3ObjectInputStream Modifier and Type Method Description S3ObjectInputStream
S3Object. getObjectContent()
Gets the input stream containing the contents of this object.Methods in com.amazonaws.services.s3.model with parameters of type S3ObjectInputStream Modifier and Type Method Description void
S3Object. setObjectContent(S3ObjectInputStream objectContent)
Sets the input stream containing this object's contents.
-