Uses of Interface
software.amazon.awssdk.services.s3.model.CopyPartResult.Builder
Packages that use CopyPartResult.Builder
-
Uses of CopyPartResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CopyPartResult.BuilderModifier and TypeMethodDescriptionstatic CopyPartResult.BuilderCopyPartResult.builder()CopyPartResult.Builder.checksumCRC32(String checksumCRC32) The Base64 encoded, 32-bitCRC32checksum of the part.CopyPartResult.Builder.checksumCRC32C(String checksumCRC32C) The Base64 encoded, 32-bitCRC32Cchecksum of the part.CopyPartResult.Builder.checksumCRC64NVME(String checksumCRC64NVME) The Base64 encoded, 64-bitCRC64NVMEchecksum of the part.CopyPartResult.Builder.checksumMD5(String checksumMD5) The Base64 encoded, 128-bitMD5digest of the part.CopyPartResult.Builder.checksumSHA1(String checksumSHA1) The Base64 encoded, 160-bitSHA1digest of the part.CopyPartResult.Builder.checksumSHA256(String checksumSHA256) The Base64 encoded, 256-bitSHA256digest of the part.CopyPartResult.Builder.checksumSHA512(String checksumSHA512) The Base64 encoded, 512-bitSHA512digest of the part.CopyPartResult.Builder.checksumXXHASH128(String checksumXXHASH128) The Base64 encoded, 128-bitXXHASH128checksum of the part.CopyPartResult.Builder.checksumXXHASH3(String checksumXXHASH3) The Base64 encoded, 64-bitXXHASH3checksum of the part.CopyPartResult.Builder.checksumXXHASH64(String checksumXXHASH64) The Base64 encoded, 64-bitXXHASH64checksum of the part.Entity tag of the object.CopyPartResult.Builder.lastModified(Instant lastModified) Date and time at which the object was uploaded.CopyPartResult.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CopyPartResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyPartResult.Builder>CopyPartResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CopyPartResult.BuilderModifier and TypeMethodDescriptiondefault UploadPartCopyResponse.BuilderUploadPartCopyResponse.Builder.copyPartResult(Consumer<CopyPartResult.Builder> copyPartResult) Container for all response elements.