public interface S3VersionResult
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVersionId()
Gets the version ID of the newly copied object.
|
void |
setVersionId(java.lang.String versionId)
Sets the version ID of the newly copied object.
|
void setVersionId(java.lang.String versionId)
versionId
- The version ID of the newly copied object.CopyObjectResult.getVersionId()
,
CompleteMultipartUploadResult.getVersionId()
,
PutObjectResult.getVersionId()
java.lang.String getVersionId()
CopyObjectResult.setVersionId(String)
,
CompleteMultipartUploadResult.getVersionId()
,
PutObjectResult.getVersionId()