Uses of Class
com.amazonaws.services.s3.model.PutObjectRequest
Packages that use PutObjectRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
Transfer management.
-
Uses of PutObjectRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type PutObjectRequestModifier and TypeMethodDescriptionAbstractAmazonS3.putObject
(PutObjectRequest putObjectRequest) AmazonS3.putObject
(PutObjectRequest putObjectRequest) Uploads a new object to the specified Amazon S3 bucket.AmazonS3Client.putObject
(PutObjectRequest putObjectRequest) AmazonS3EncryptionClient.putObject
(PutObjectRequest req) Uploads a new object to the specified Amazon S3 bucket. -
Uses of PutObjectRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto that return PutObjectRequestModifier and TypeMethodDescriptionprotected final PutObjectRequest
S3CryptoModuleBase.createInstructionPutRequest
(String bucketName, String key, com.amazonaws.services.s3.internal.crypto.ContentCryptoMaterial cekMaterial) protected final PutObjectRequest
S3CryptoModuleBase.updateInstructionPutRequest
(PutObjectRequest req, com.amazonaws.services.s3.internal.crypto.ContentCryptoMaterial cekMaterial) Updates put request to store the specified instruction object in S3.Methods in com.amazonaws.services.s3.internal.crypto with parameters of type PutObjectRequestModifier and TypeMethodDescriptionCryptoModuleDispatcher.putObjectSecurely
(PutObjectRequest putObjectRequest) abstract PutObjectResult
S3CryptoModule.putObjectSecurely
(PutObjectRequest req) S3CryptoModuleBase.putObjectSecurely
(PutObjectRequest req) protected final PutObjectRequest
S3CryptoModuleBase.updateInstructionPutRequest
(PutObjectRequest req, com.amazonaws.services.s3.internal.crypto.ContentCryptoMaterial cekMaterial) Updates put request to store the specified instruction object in S3. -
Uses of PutObjectRequest in com.amazonaws.services.s3.model
Subclasses of PutObjectRequest in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionclass
This class is an extension ofPutObjectRequest
to allow additional encryption material description to be specified on a per-request basis.In particular,EncryptedPutObjectRequest
is only recognized byAmazonS3EncryptionClient
.Methods in com.amazonaws.services.s3.model that return PutObjectRequestModifier and TypeMethodDescriptionPutObjectRequest.clone()
Returns a clone (as deep as possible) of this request object.PutInstructionFileRequest.createPutObjectRequest
(S3Object s3Object) Creates and returns aPutObjectRequest
for the instruction file with the specified suffix.PutObjectRequest.withAccessControlList
(AccessControlList accessControlList) PutObjectRequest.withBucketName
(String bucketName) PutObjectRequest.withCannedAcl
(CannedAccessControlList cannedAcl) PutObjectRequest.withInputStream
(InputStream inputStream) PutObjectRequest.withMetadata
(ObjectMetadata metadata) PutObjectRequest.withProgressListener
(ProgressListener progressListener) Deprecated.PutObjectRequest.withRedirectLocation
(String redirectLocation) PutObjectRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.PutObjectRequest.withSSEAwsKeyManagementParams
(SSEAwsKeyManagementParams sseAwsKeyManagementParams) PutObjectRequest.withSSECustomerKey
(SSECustomerKey sseKey) PutObjectRequest.withStorageClass
(StorageClass storageClass) PutObjectRequest.withStorageClass
(String storageClass) -
Uses of PutObjectRequest in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer with parameters of type PutObjectRequestModifier and TypeMethodDescriptionTransferManager.upload
(PutObjectRequest putObjectRequest) Schedules a new transfer to upload data to Amazon S3.TransferManager.upload
(PutObjectRequest putObjectRequest, com.amazonaws.services.s3.transfer.internal.S3ProgressListener progressListener) Schedules a new transfer to upload data to Amazon S3.