Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Method and 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 as
S3Link.uploadFrom(byte[]) but allows specifying a
request metric collector. |
PutObjectResult |
S3Link.uploadFrom(java.io.File source)
Convenience method to synchronously upload from the given file to the
Amazon S3 object represented by this S3Link.
|
PutObjectResult |
S3Link.uploadFrom(java.io.File source,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.uploadFrom(File) but allows specifying a
request metric collector. |
private PutObjectResult |
S3Link.uploadFrom0(byte[] buffer,
RequestMetricCollector requestMetricCollector) |
private PutObjectResult |
S3Link.uploadFrom0(java.io.File source,
RequestMetricCollector requestMetricCollector) |
Modifier and Type | Method and Description |
---|---|
private static PutObjectResult |
AmazonS3Client.createPutObjectResult(ObjectMetadata metadata) |
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 |
AmazonS3EncryptionClient.putObject(PutObjectRequest req)
Uploads a new object to the specified Amazon S3 bucket.
|
PutObjectResult |
AmazonS3EncryptionClient.S3DirectImpl.putObject(PutObjectRequest req) |
PutObjectResult |
AmazonS3Client.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket.
|
PutObjectResult |
AbstractAmazonS3.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3Client.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.File file) |
PutObjectResult |
AmazonS3.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.File file)
Uploads the specified file to Amazon S3 under the specified bucket and
key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.File file) |
PutObjectResult |
AmazonS3Client.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to Amazon S3 under
the specified bucket and key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(java.lang.String bucketName,
java.lang.String key,
java.io.InputStream input,
ObjectMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
S3DirectSpi.putObject(PutObjectRequest req) |
abstract PutObjectResult |
S3Direct.putObject(PutObjectRequest req) |
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
S3CryptoModuleBase.putInstructionFileSecurely(PutInstructionFileRequest req) |
abstract PutObjectResult |
S3CryptoModule.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
CryptoModuleDispatcher.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
S3CryptoModuleBase.putObjectSecurely(PutObjectRequest req) |
abstract PutObjectResult |
S3CryptoModule.putObjectSecurely(PutObjectRequest req) |
PutObjectResult |
CryptoModuleDispatcher.putObjectSecurely(PutObjectRequest putObjectRequest) |
private PutObjectResult |
S3CryptoModuleBase.putObjectUsingInstructionFile(PutObjectRequest putObjectRequest)
Puts an encrypted object into S3, and puts an instruction file into S3.
|
private PutObjectResult |
S3CryptoModuleBase.putObjectUsingMetadata(PutObjectRequest req) |