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 PutObjectResultS3Link. uploadFrom(byte[] buffer)Convenience method to synchronously upload from the given buffer to the Amazon S3 object represented by this S3Link.PutObjectResultS3Link. uploadFrom(byte[] buffer, RequestMetricCollector requestMetricCollector)Same asS3Link.uploadFrom(byte[])but allows specifying a request metric collector.PutObjectResultS3Link. uploadFrom(File source)Convenience method to synchronously upload from the given file to the Amazon S3 object represented by this S3Link.PutObjectResultS3Link. 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 PutObjectResultAmazonS3EncryptionClient. 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.PutObjectResultAbstractAmazonS3. putObject(PutObjectRequest putObjectRequest)PutObjectResultAbstractAmazonS3. putObject(String bucketName, String key, File file)PutObjectResultAbstractAmazonS3. putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)PutObjectResultAmazonS3. putObject(PutObjectRequest putObjectRequest)Uploads a new object to the specified Amazon S3 bucket.PutObjectResultAmazonS3. putObject(String bucketName, String key, File file)Uploads the specified file to Amazon S3 under the specified bucket and key name.PutObjectResultAmazonS3. 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.PutObjectResultAmazonS3Client. putObject(PutObjectRequest putObjectRequest)PutObjectResultAmazonS3Client. putObject(String bucketName, String key, File file)PutObjectResultAmazonS3Client. putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)PutObjectResultAmazonS3EncryptionClient. 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 PutObjectResultCryptoModuleDispatcher. putInstructionFileSecurely(PutInstructionFileRequest req)abstract PutObjectResultS3CryptoModule. putInstructionFileSecurely(PutInstructionFileRequest req)PutObjectResultS3CryptoModuleBase. putInstructionFileSecurely(PutInstructionFileRequest req)PutObjectResultCryptoModuleDispatcher. putObjectSecurely(PutObjectRequest putObjectRequest)abstract PutObjectResultS3CryptoModule. putObjectSecurely(PutObjectRequest req)PutObjectResultS3CryptoModuleBase. putObjectSecurely(PutObjectRequest req)
-