Package com.adobe.testing.s3mock.s3.dto
Object CopyPartResult.Companion
-
- All Implemented Interfaces:
public class CopyPartResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CopyPartResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CopyPartResultfrom(Instant date, String etag)final CopyPartResultfrom(ChecksumAlgorithm checksumAlgorithm, String checksum, String etag, Instant lastModified)-
-
Method Detail
-
from
final CopyPartResult from(Instant date, String etag)
-
from
final CopyPartResult from(ChecksumAlgorithm checksumAlgorithm, String checksum, String etag, Instant lastModified)
-
-
-
-