Uses of Class
com.amazonaws.services.s3.model.UploadPartRequest
Packages that use UploadPartRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of UploadPartRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return UploadPartRequestModifier and TypeMethodDescriptionprotected UploadPartRequest
UploadObjectObserver.newUploadPartRequest
(com.amazonaws.services.s3.internal.PartCreationEvent event, File part) Creates and returns an upload-part request corresponding to a ciphertext file upon a part-creation event.Methods in com.amazonaws.services.s3 with parameters of type UploadPartRequestModifier and TypeMethodDescriptionAbstractAmazonS3.uploadPart
(UploadPartRequest request) AmazonS3.uploadPart
(UploadPartRequest request) Uploads a part in a multipart upload.AmazonS3Client.uploadPart
(UploadPartRequest uploadPartRequest) AmazonS3EncryptionClient.uploadPart
(UploadPartRequest uploadPartRequest) Uploads a part in a multipart upload.protected UploadPartResult
UploadObjectObserver.uploadPart
(UploadPartRequest reqUploadPart) Uploads the ciphertext via the non-encrypting s3 client. -
Uses of UploadPartRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type UploadPartRequestModifier and TypeMethodDescriptionprotected final CipherLiteInputStream
S3CryptoModuleBase.newMultipartS3CipherInputStream
(UploadPartRequest req, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite) CryptoModuleDispatcher.uploadPartSecurely
(UploadPartRequest req) abstract UploadPartResult
S3CryptoModule.uploadPartSecurely
(UploadPartRequest req) S3CryptoModuleBase.uploadPartSecurely
(UploadPartRequest req) -
Uses of UploadPartRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return UploadPartRequestModifier and TypeMethodDescriptionUploadPartRequest.withBucketName
(String bucketName) Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated, and returns this updated object so that additional method calls can be chained together.Sets the file containing the data to upload, and returns this updated UploadPartRequest object so that additional method calls can be chained together.UploadPartRequest.withFileOffset
(long fileOffset) Sets the optional offset in the specified file, at which to begin uploading data for this part, and returns this updated UploadPartRequest object so that additional method calls can be chained together.UploadPartRequest.withInputStream
(InputStream inputStream) Sets the stream containing the data to upload for the new part, and returns this updated object so that additional method calls can be chained together.Sets the key of the initiated multipart upload, and returns this updated object so that additional method calls can be chained together.UploadPartRequest.withLastPart
(boolean isLastPart) Marks this part as the last part being uploaded in a multipart upload, and returns this updated request object so that additional method calls can be chained together.UploadPartRequest.withMD5Digest
(String md5Digest) Sets the optional, but recommended, MD5 hash of the content of this part.UploadPartRequest.withObjectMetadata
(ObjectMetadata objectMetadata) Fluent API forsetObjectMetadata(ObjectMetadata)
.UploadPartRequest.withPartNumber
(int partNumber) Sets the part number describing this part's position relative to the other parts in the multipart upload.UploadPartRequest.withPartSize
(long partSize) Sets the size of this part, in bytes, and returns this updated UploadPartRequest object so that additional method calls can be chained together.UploadPartRequest.withProgressListener
(ProgressListener progressListener) Deprecated.UploadPartRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.UploadPartRequest.withSSECustomerKey
(SSECustomerKey sseKey) Sets the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded, and returns the updated request object so that additional method calls can be chained together.UploadPartRequest.withUploadId
(String uploadId) Sets the ID of the existing, initiated multipart upload with which this new part will be associated, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
AmazonWebServiceRequest.withGeneralProgressListener(ProgressListener)
instead.