Uses of Class
com.amazonaws.services.s3.model.UploadObjectRequest
Packages that use UploadObjectRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of UploadObjectRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return UploadObjectRequestModifier and TypeMethodDescriptionprotected UploadObjectRequest
UploadObjectObserver.getRequest()
Returns the request initialized viaUploadObjectObserver.init(UploadObjectRequest, S3DirectSpi, AmazonS3, ExecutorService)
Methods in com.amazonaws.services.s3 with parameters of type UploadObjectRequestModifier and TypeMethodDescriptionUploadObjectObserver.init
(UploadObjectRequest req, com.amazonaws.services.s3.internal.S3DirectSpi s3direct, AmazonS3 s3, ExecutorService es) Used to initialized this observer.protected final InitiateMultipartUploadRequest
AmazonS3Client.newInitiateMultipartUploadRequest
(UploadObjectRequest req) Creates and returns a multi-part upload initiation request from the given upload-object request.protected InitiateMultipartUploadRequest
UploadObjectObserver.newInitiateMultipartUploadRequest
(UploadObjectRequest req) UploadObjectObserver.onUploadInitiation
(UploadObjectRequest req) Notified fromAmazonS3EncryptionClient.uploadObject(UploadObjectRequest)
to initiate a multi-part upload.AmazonS3EncryptionClient.uploadObject
(UploadObjectRequest req) Used to encrypt data first to disk with pipelined concurrent multi-part uploads to S3. -
Uses of UploadObjectRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type UploadObjectRequestModifier and TypeMethodDescriptionvoid
CryptoModuleDispatcher.putLocalObjectSecurely
(UploadObjectRequest req, String uploadId, OutputStream os) abstract void
S3CryptoModule.putLocalObjectSecurely
(UploadObjectRequest req, String uploadId, OutputStream os) final void
S3CryptoModuleBase.putLocalObjectSecurely
(UploadObjectRequest reqIn, String uploadId, OutputStream os) -
Uses of UploadObjectRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model with type parameters of type UploadObjectRequestModifier and TypeMethodDescription<T extends UploadObjectRequest>
TUploadObjectRequest.withUploadPartMetadata
(ObjectMetadata partUploadMetadata) Fluent API forsetUploadPartMetadata(ObjectMetadata)
.Methods in com.amazonaws.services.s3.model that return UploadObjectRequestModifier and TypeMethodDescriptionUploadObjectRequest.clone()
Returns a clone (as deep as possible) of this request object.UploadObjectRequest.withDiskLimit
(long diskLimit) Configured the maximum disk space (in bytes) that will be consumed for this request.UploadObjectRequest.withExecutorService
(ExecutorService executorService) Configure a custom executor service for concurrent uploads.UploadObjectRequest.withMaterialsDescription
(Map<String, String> materialsDescription) Fluent API forsetMaterialsDescription(Map)
.UploadObjectRequest.withMultiFileOutputStream
(com.amazonaws.services.s3.internal.MultiFileOutputStream multiFileOutputStream) Configure a custom multi-file output stream; or null if the default is to be used.UploadObjectRequest.withPartSize
(long partSize) Configured the part size for multi-part upload.UploadObjectRequest.withUploadObjectObserver
(UploadObjectObserver uploadObjectObserver) Configure a custom upload-object observer; or null if the default is to be used.