Uses of Class
com.amazonaws.services.s3.model.PutObjectResult
Packages that use PutObjectResult
Package
Description
Synchronous client for accessing Amazon S3.
-
Uses of PutObjectResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PutObjectResultModifier and TypeMethodDescriptionS3Link.uploadFrom
(byte[] buffer) Convenience method to synchronously upload from the given buffer to the Amazon S3 object represented by this S3Link.S3Link.uploadFrom
(byte[] buffer, RequestMetricCollector requestMetricCollector) Same asS3Link.uploadFrom(byte[])
but allows specifying a request metric collector.S3Link.uploadFrom
(File source) Convenience method to synchronously upload from the given file to the Amazon S3 object represented by this S3Link.S3Link.uploadFrom
(File source, RequestMetricCollector requestMetricCollector) Same asS3Link.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 PutObjectResultModifier and TypeMethodDescriptionAmazonS3EncryptionClient.putInstructionFile
(PutInstructionFileRequest req) Creates a new crypto instruction file by re-encrypting the CEK of an existing encrypted S3 object with a new encryption material identifiable via a new set of material description.AbstractAmazonS3.putObject
(PutObjectRequest putObjectRequest) AbstractAmazonS3.putObject
(String bucketName, String key, InputStream input, ObjectMetadata metadata) AmazonS3.putObject
(PutObjectRequest putObjectRequest) Uploads a new object to the specified Amazon S3 bucket.Uploads the specified file to Amazon S3 under the specified bucket and key name.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.AmazonS3Client.putObject
(PutObjectRequest putObjectRequest) AmazonS3Client.putObject
(String bucketName, String key, InputStream input, ObjectMetadata metadata) AmazonS3EncryptionClient.putObject
(PutObjectRequest req) Uploads a new object to the specified Amazon S3 bucket. -
Uses of PutObjectResult in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto that return PutObjectResultModifier and TypeMethodDescriptionCryptoModuleDispatcher.putInstructionFileSecurely
(PutInstructionFileRequest req) abstract PutObjectResult
S3CryptoModule.putInstructionFileSecurely
(PutInstructionFileRequest req) final PutObjectResult
S3CryptoModuleBase.putInstructionFileSecurely
(PutInstructionFileRequest req) CryptoModuleDispatcher.putObjectSecurely
(PutObjectRequest putObjectRequest) abstract PutObjectResult
S3CryptoModule.putObjectSecurely
(PutObjectRequest req) S3CryptoModuleBase.putObjectSecurely
(PutObjectRequest req)