Uses of Enum
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.RestoreStat
RestoreObject.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.RestoreStat
Returns the enum constant of this type with the specified name.static RestoreObject.RestoreStat[]
RestoreObject.RestoreStat.values()
Returns an array containing the constants of this enum type, in the order they are declared.