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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest) |
void |
AbstractAmazonS3.restoreObject(RestoreObjectRequest request) |
void |
AmazonS3.restoreObject(RestoreObjectRequest request)
Deprecated.
|
RestoreObjectResult |
AmazonS3Client.restoreObjectV2(RestoreObjectRequest restoreObjectRequest) |
RestoreObjectResult |
AbstractAmazonS3.restoreObjectV2(RestoreObjectRequest request) |
RestoreObjectResult |
AmazonS3.restoreObjectV2(RestoreObjectRequest request)
Restores an archived copy of an object back into Amazon S3
|
Modifier and Type | Method and Description |
---|---|
RestoreObjectRequest |
RestoreObjectRequest.clone() |
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.withDescription(String description)
Sets the description for the job.
|
RestoreObjectRequest |
RestoreObjectRequest.withExpectedBucketOwner(String expectedBucketOwner) |
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.withOutputLocation(OutputLocation outputLocation)
Sets the location where the restore job's output is stored.
|
RestoreObjectRequest |
RestoreObjectRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
RestoreObjectRequest |
RestoreObjectRequest.withSelectParameters(SelectParameters selectParameters)
Sets the parameters for select job types.
|
RestoreObjectRequest |
RestoreObjectRequest.withTier(String tier)
Sets the glacier retrieval tier.
|
RestoreObjectRequest |
RestoreObjectRequest.withTier(Tier tier)
Sets the glacier retrieval tier.
|
RestoreObjectRequest |
RestoreObjectRequest.withType(RestoreRequestType restoreRequestType)
Sets the restore request type.
|
RestoreObjectRequest |
RestoreObjectRequest.withType(String restoreRequestType)
Sets the restore request type.
|
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 © 2021. All rights reserved.