Class S3ObjectVersions
-
- All Implemented Interfaces:
public final class S3ObjectVersionsdoc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classS3ObjectVersions.Companion
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final List<String>versionsprivate final StringlatestVersionpublic final static S3ObjectVersions.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description S3ObjectVersions(UUID id, List<String> _versions)S3ObjectVersions(UUID id)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final List<String>getVersions()final StringgetLatestVersion()final StringcreateVersion()final UnitdeleteVersion(String versionId)-
-
Method Detail
-
getVersions
final List<String> getVersions()
-
getLatestVersion
final String getLatestVersion()
-
createVersion
final String createVersion()
-
deleteVersion
final Unit deleteVersion(String versionId)
-
-
-
-