|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMetadata | |
---|---|
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of ObjectMetadata in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 that return ObjectMetadata | |
---|---|
ObjectMetadata |
AmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
Gets the object metadata for the object stored in Amazon S3 under the specified bucket and key, and saves the object contents to the specified file. |
ObjectMetadata |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
|
ObjectMetadata |
AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
Gets the metadata for the specified Amazon S3 object without actually fetching the object itself. |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
|
ObjectMetadata |
AmazonS3.getObjectMetadata(String bucketName,
String key)
Gets the metadata for the specified Amazon S3 object without actually fetching the object itself. |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(String bucketName,
String key)
|
Methods in com.amazonaws.services.s3 with parameters of type ObjectMetadata | |
---|---|
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to Amazon S3 under the specified bucket and key name. |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
|
Uses of ObjectMetadata in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return ObjectMetadata | |
---|---|
ObjectMetadata |
PutObjectRequest.getMetadata()
Returns the optional metadata instructing Amazon S3 how to handle the uploaded data (ex: custom user metadata, hooks for specifying content type, etc.). |
ObjectMetadata |
CopyObjectRequest.getNewObjectMetadata()
Returns the optional object metadata to set for the new, copied object. |
ObjectMetadata |
S3Object.getObjectMetadata()
Gets the metadata stored by Amazon S3 for this object. |
Methods in com.amazonaws.services.s3.model with parameters of type ObjectMetadata | |
---|---|
void |
PutObjectRequest.setMetadata(ObjectMetadata metadata)
Sets the optional metadata instructing Amazon S3 how to handle the uploaded data (ex: custom user metadata, hooks for specifying content type, etc.). |
void |
CopyObjectRequest.setNewObjectMetadata(ObjectMetadata newObjectMetadata)
Sets the object metadata to use for the new, copied object. |
PutObjectRequest |
PutObjectRequest.withMetadata(ObjectMetadata metadata)
Sets the optional metadata instructing Amazon S3 how to handle the uploaded data (ex: custom user metadata, hooks for specifying content type, etc.), and returns this object so that additional method calls may be chained together. |
CopyObjectRequest |
CopyObjectRequest.withNewObjectMetadata(ObjectMetadata newObjectMetadata)
Sets the object metadata to use for the new, copied object, and returns this object so that additional method calls can be chained together. |
Constructors in com.amazonaws.services.s3.model with parameters of type ObjectMetadata | |
---|---|
PutObjectRequest(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Constructs a new PutObjectRequest object to upload a stream of data to the specified bucket and key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |