Java com.amazonaws.services.s3.model S3Object fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model S3Object fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model S3Object.

The text is from its open source code.

Constructor

Method

voidclose()
Releases any underlying system resources.
StringgetBucketName()
Gets the name of the bucket in which this object is contained.
StringgetKey()
Gets the key under which this object is stored.
S3ObjectInputStreamgetObjectContent()
Gets the input stream containing the contents of this object.
ObjectMetadatagetObjectMetadata()
Gets the metadata stored by Amazon S3 for this object.
StringgetRedirectLocation()
Gets the redirect location for this object.
voidsetBucketName(String bucketName)
Sets the name of the bucket in which this object is contained.
voidsetKey(String key)
Sets the key under which this object is stored.
voidsetObjectContent(S3ObjectInputStream objectContent)
Sets the input stream containing this object's contents.
voidsetObjectContent(InputStream objectContent)
Sets the input stream containing this object's contents.
voidsetObjectMetadata(ObjectMetadata metadata)
Sets the object metadata for this object.
voidsetRedirectLocation(String redirectLocation)
Sets the redirect location for this object.