Uses of Class
com.amazonaws.services.s3.model.RestoreObjectRequest
-
Packages that use RestoreObjectRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model 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 RestoreObjectRequest Modifier and Type Method Description void
AbstractAmazonS3. restoreObject(RestoreObjectRequest request)
void
AmazonS3. restoreObject(RestoreObjectRequest request)
Restore an object, which was transitioned to Amazon Glacier from Amazon S3 when it was expired, into Amazon S3 again.void
AmazonS3Client. restoreObject(RestoreObjectRequest restoreObjectRequest)
-
Uses of RestoreObjectRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RestoreObjectRequest Modifier and Type Method Description RestoreObjectRequest
RestoreObjectRequest. 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
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.RestoreObjectRequest
RestoreObjectRequest. withKey(String key)
Sets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier.RestoreObjectRequest
RestoreObjectRequest. withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.RestoreObjectRequest
RestoreObjectRequest. withVersionId(String versionId)
Sets the id of the version to be restored and returns a reference to this object for method chaining.
-