| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyPartResult.Builder |
CopyPartResult.builder() |
CopyPartResult.Builder |
CopyPartResult.Builder.checksumCRC32(String checksumCRC32)
This header can be used as a data integrity check to verify that the data received is the same data that was
originally sent.
|
CopyPartResult.Builder |
CopyPartResult.Builder.checksumCRC32C(String checksumCRC32C)
This header can be used as a data integrity check to verify that the data received is the same data that was
originally sent.
|
CopyPartResult.Builder |
CopyPartResult.Builder.checksumCRC64NVME(String checksumCRC64NVME)
The Base64 encoded, 64-bit
CRC64NVME checksum of the part. |
CopyPartResult.Builder |
CopyPartResult.Builder.checksumSHA1(String checksumSHA1)
This header can be used as a data integrity check to verify that the data received is the same data that was
originally sent.
|
CopyPartResult.Builder |
CopyPartResult.Builder.checksumSHA256(String checksumSHA256)
This header can be used as a data integrity check to verify that the data received is the same data that was
originally sent.
|
CopyPartResult.Builder |
CopyPartResult.Builder.eTag(String eTag)
Entity tag of the object.
|
CopyPartResult.Builder |
CopyPartResult.Builder.lastModified(Instant lastModified)
Date and time at which the object was uploaded.
|
CopyPartResult.Builder |
CopyPartResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyPartResult.Builder> |
CopyPartResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UploadPartCopyResponse.Builder |
UploadPartCopyResponse.Builder.copyPartResult(Consumer<CopyPartResult.Builder> copyPartResult)
Container for all response elements.
|
Copyright © 2026. All rights reserved.