Class RestoreEventData
- java.lang.Object
-
- software.amazon.awssdk.eventnotifications.s3.model.RestoreEventData
-
public class RestoreEventData extends Object
The RestoreEventData contains attributes that are related to the restore request.
-
-
Constructor Summary
Constructors Constructor Description RestoreEventData(String lifecycleRestorationExpiryTime, String lifecycleRestoreStorageClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Instant
getLifecycleRestorationExpiryTime()
String
getLifecycleRestoreStorageClass()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getLifecycleRestorationExpiryTime
public Instant getLifecycleRestorationExpiryTime()
- Returns:
- The time, in ISO-8601 format, for example, 1970-01-01T00:00:00.000Z, of Restore Expiry.
-
getLifecycleRestoreStorageClass
public String getLifecycleRestoreStorageClass()
- Returns:
- The source storage class for restore.
-
-