Uses of Class
com.amazonaws.services.s3.model.RestoreObjectRequest
Packages that use RestoreObjectRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of RestoreObjectRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type RestoreObjectRequestModifier and TypeMethodDescriptionvoidAbstractAmazonS3.restoreObject(RestoreObjectRequest request) voidAmazonS3.restoreObject(RestoreObjectRequest request) Restore an object, which was transitioned to Amazon Glacier from Amazon S3 when it was expired, into Amazon S3 again.voidAmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest) -
Uses of RestoreObjectRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RestoreObjectRequestModifier and TypeMethodDescriptionRestoreObjectRequest.withBucketName(String bucketName) Sets the name of the bucket containing the reference to the object to restore which is now stored in Amazon Glacier, and returns a reference to this object(RestoreObjectRequest) for method chaining.RestoreObjectRequest.withExpirationInDays(int expirationInDays) Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object(RestoreObjectRequest) for method chaining.Sets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier. returns a reference to this object(RestoreObjectRequest) for method chaining.RestoreObjectRequest.withRequesterPays(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.RestoreObjectRequest.withVersionId(String versionId) Sets the id of the version to be restored and returns a reference to this object for method chaining.