Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonS3.restoreObject(RestoreObjectRequest request) |
void |
AmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest) |
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.
|
Modifier and Type | Method and 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)
Set the lifetime of the active copy in days.
|
RestoreObjectRequest |
RestoreObjectRequest.withGlacierJobParameters(GlacierJobParameters glacierJobParameters)
Sets Glacier related parameters pertaining to this job.
|
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.
|
Copyright © 2024. All rights reserved.