Uses of Class
com.amazonaws.services.s3.model.RestoreObjectRequest

Packages that use RestoreObjectRequest
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
 void AmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest)
           
 void AmazonS3.restoreObject(RestoreObjectRequest copyGlacierObjectRequest)
          Restore an object, which was transitioned to Amazon Glacier from Amazon S3 when it was expired, into Amazon S3 again.
 

Uses of RestoreObjectRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return RestoreObjectRequest
 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.withVersionId(String versionId)
          Sets the id of the version to be restored and returns a reference to this object for method chaining.
 



Copyright © 2016. All rights reserved.