Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
CopyPartResult |
AbstractAmazonS3.copyPart(CopyPartRequest copyPartRequest) |
CopyPartResult |
AmazonS3Client.copyPart(CopyPartRequest copyPartRequest)
Copies a source object to a part of a multipart upload.
|
CopyPartResult |
AmazonS3.copyPart(CopyPartRequest copyPartRequest)
Copies a source object to a part of a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
abstract CopyPartResult |
S3Direct.copyPart(CopyPartRequest req) |
CopyPartResult |
S3DirectSpi.copyPart(CopyPartRequest req) |
Modifier and Type | Method and Description |
---|---|
CopyPartResult |
S3CryptoModuleBase.copyPartSecurely(CopyPartRequest copyPartRequest) |
abstract CopyPartResult |
S3CryptoModule.copyPartSecurely(CopyPartRequest req) |
CopyPartResult |
CryptoModuleDispatcher.copyPartSecurely(CopyPartRequest req) |
Modifier and Type | Method and Description |
---|---|
CopyPartRequest |
CopyPartRequest.withDestinationBucketName(String destinationBucketName)
Sets the name of the destination bucket which will contain the new,
copied object and returns this object, enabling additional method calls
to be chained together.
|
CopyPartRequest |
CopyPartRequest.withDestinationKey(String destinationKey)
Sets the destination bucket key under which the new, copied object
will be stored and returns this object, enabling additional method calls
can be chained together.
|
CopyPartRequest |
CopyPartRequest.withDestinationSSECustomerKey(SSECustomerKey sseKey)
Returns the optional customer-provided server-side encryption key to use
to encrypt the source object part being copied, and returns the updated
request object so that additional method calls can be chained together.
|
CopyPartRequest |
CopyPartRequest.withFirstByte(Long firstByte)
Sets the optional zero-based byte offset to begin copying the source
object.
|
CopyPartRequest |
CopyPartRequest.withLastByte(Long lastByte)
Sets the optional zero-based byte offset to stop copying the source.
|
CopyPartRequest |
CopyPartRequest.withMatchingETagConstraint(String eTag)
Adds a single ETag constraint to this request and returns this object,
enabling additional method calls to be chained together.
|
CopyPartRequest |
CopyPartRequest.withMatchingETagConstraints(List<String> eTagList)
Fluent API for
CopyPartRequest.setMatchingETagConstraints(List) . |
CopyPartRequest |
CopyPartRequest.withModifiedSinceConstraint(Date date)
Sets the optional modified constraint that restricts this request to
executing only if the source object has been modified after the
specified date.
|
CopyPartRequest |
CopyPartRequest.withNonmatchingETagConstraint(String eTag)
Adds a single ETag constraint to this request and returns this object,
enabling additional method calls to be chained together.
|
CopyPartRequest |
CopyPartRequest.withNonmatchingETagConstraints(List<String> eTagList)
Fluent API for
CopyPartRequest.setNonmatchingETagConstraints(List) . |
CopyPartRequest |
CopyPartRequest.withPartNumber(int partNumber)
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
|
CopyPartRequest |
CopyPartRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
CopyPartRequest |
CopyPartRequest.withSourceBucketName(String sourceBucketName)
Sets the name of the bucket containing the source object to be copied.
|
CopyPartRequest |
CopyPartRequest.withSourceKey(String sourceKey)
Sets the source bucket key under which the source object to be copied is
stored.
|
CopyPartRequest |
CopyPartRequest.withSourceSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object part being copied, and returns the updated
request object so that additional method calls can be chained together.
|
CopyPartRequest |
CopyPartRequest.withSourceVersionId(String sourceVersionId)
Sets the optional version ID specifying which version of the source
object to copy.
|
CopyPartRequest |
CopyPartRequest.withUnmodifiedSinceConstraint(Date date)
Sets the optional unmodified constraint that restricts this request to
executing only if the source object has not been modified after
the specified date.
|
CopyPartRequest |
CopyPartRequest.withUploadId(String uploadId)
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated.
|
Modifier and Type | Method and Description |
---|---|
CopyPartRequest |
CopyPartRequestFactory.getNextCopyPartRequest()
Constructs a copy part requests and returns it.
|
Constructor and Description |
---|
CopyPartCallable(AmazonS3 s3,
CopyPartRequest request) |
Copyright © 2024. All rights reserved.