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 UploadObjectRequestUploadObjectObserver.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 InitiateMultipartUploadRequestAmazonS3Client.newInitiateMultipartUploadRequest(UploadObjectRequest req) Creates and returns a multi-part upload initiation request from the given upload-object request.protected InitiateMultipartUploadRequestUploadObjectObserver.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 TypeMethodDescriptionvoidCryptoModuleDispatcher.putLocalObjectSecurely(UploadObjectRequest req, String uploadId, OutputStream os) abstract voidS3CryptoModule.putLocalObjectSecurely(UploadObjectRequest req, String uploadId, OutputStream os) final voidS3CryptoModuleBase.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 forUploadObjectRequest.setUploadPartMetadata(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 forUploadObjectRequest.setMaterialsDescription(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.