|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutObjectResult | |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
Uses of PutObjectResult in com.amazonaws.services.dynamodbv2.datamodeling |
---|
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PutObjectResult | |
---|---|
PutObjectResult |
S3Link.uploadFrom(byte[] buffer)
Convenience method to synchronously upload from the given buffer to the Amazon S3 object represented by this S3Link. |
PutObjectResult |
S3Link.uploadFrom(byte[] buffer,
RequestMetricCollector requestMetricCollector)
Same as S3Link.uploadFrom(byte[]) but allows specifying a
request metric collector. |
PutObjectResult |
S3Link.uploadFrom(File source)
Convenience method to synchronously upload from the given file to the Amazon S3 object represented by this S3Link. |
PutObjectResult |
S3Link.uploadFrom(File source,
RequestMetricCollector requestMetricCollector)
Same as S3Link.uploadFrom(File) but allows specifying a
request metric collector. |
Uses of PutObjectResult in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 that return PutObjectResult | |
---|---|
PutObjectResult |
AmazonS3EncryptionClient.putObject(PutObjectRequest req)
Uploads a new object to the specified Amazon S3 bucket. |
PutObjectResult |
AmazonS3Client.putObject(PutObjectRequest putObjectRequest)
|
PutObjectResult |
AmazonS3.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket. |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
File file)
|
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
File file)
Uploads the specified file to Amazon S3 under the specified bucket and key name. |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |