Uses of Class
com.amazonaws.services.s3.model.PutObjectResult
-
Packages that use PutObjectResult Package Description com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.internal.crypto -
-
Uses of PutObjectResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PutObjectResult Modifier and Type Method Description 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 asS3Link.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 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 PutObjectResult Modifier and Type Method Description PutObjectResult
AmazonS3EncryptionClient. 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.PutObjectResult
AbstractAmazonS3. putObject(PutObjectRequest putObjectRequest)
PutObjectResult
AbstractAmazonS3. putObject(String bucketName, String key, File file)
PutObjectResult
AbstractAmazonS3. putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)
PutObjectResult
AmazonS3. putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket.PutObjectResult
AmazonS3. putObject(String bucketName, String key, File file)
Uploads the specified file to Amazon S3 under the specified bucket and key name.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(PutObjectRequest putObjectRequest)
PutObjectResult
AmazonS3Client. putObject(String bucketName, String key, File file)
PutObjectResult
AmazonS3Client. putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)
PutObjectResult
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 PutObjectResult Modifier and Type Method Description PutObjectResult
CryptoModuleDispatcher. putInstructionFileSecurely(PutInstructionFileRequest req)
abstract PutObjectResult
S3CryptoModule. putInstructionFileSecurely(PutInstructionFileRequest req)
PutObjectResult
S3CryptoModuleBase. putInstructionFileSecurely(PutInstructionFileRequest req)
PutObjectResult
CryptoModuleDispatcher. putObjectSecurely(PutObjectRequest putObjectRequest)
abstract PutObjectResult
S3CryptoModule. putObjectSecurely(PutObjectRequest req)
PutObjectResult
S3CryptoModuleBase. putObjectSecurely(PutObjectRequest req)
-