public class CopyObjectResult
extends java.lang.Object
| Constructor and Description |
|---|
CopyObjectResult(java.lang.String etag,
long lastModifiedEpoch)
Create a new
CopyObjectResult. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEtag() |
java.lang.String |
getLastModified() |
public CopyObjectResult(java.lang.String etag,
long lastModifiedEpoch)
CopyObjectResult.etag - etag included in the resultlastModifiedEpoch - epoch time in ms which is converted to a timestamp string in the
outputCopyright © 2022. All Rights Reserved.