Uses of Enum Class
org.cdlib.mrt.s3v2.action.RestoreObject.RestoreStat
Packages that use RestoreObject.RestoreStat
-
Uses of RestoreObject.RestoreStat in org.cdlib.mrt.s3v2.action
Methods in org.cdlib.mrt.s3v2.action that return RestoreObject.RestoreStatModifier and TypeMethodDescriptionstatic RestoreObject.RestoreStatRestoreObject.restoreS3Object(software.amazon.awssdk.services.s3.S3Client s3, String bucketName, String keyName, String expectedBucketOwner) Restores an S3 object from the Glacier storage class.static RestoreObject.RestoreStatReturns the enum constant of this class with the specified name.static RestoreObject.RestoreStat[]RestoreObject.RestoreStat.values()Returns an array containing the constants of this enum class, in the order they are declared.