Uses of Class
com.amazonaws.services.s3.model.S3ObjectInputStream

Packages that use S3ObjectInputStream
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
 S3ObjectInputStream S3Object.getObjectContent()
          Gets an input stream containing the contents of this object.
 

Methods in com.amazonaws.services.s3.model with parameters of type S3ObjectInputStream
 void S3Object.setObjectContent(S3ObjectInputStream objectContent)
          Sets the input stream containing this object's contents.
 



Copyright © 2016. All rights reserved.