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 |
AmazonS3Client.extendObjectRetention(ExtendObjectRetentionRequest extendObjectRetentionRequest) |
void |
AmazonS3.extendObjectRetention(ExtendObjectRetentionRequest extendObjectRetentionRequest)
Extends the retention period of a protected object in a protected vault.
|
Modifier and Type | Method and Description |
---|---|
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withAdditionalRetentionPeriod(Long additionalRetentionPeriod) |
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the reference to the object to
add a legal hold to, and returns a reference to this
object(AddLegalHoldRequest) for method chaining.
|
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withExtendRetentionFromCurrentTime(Long extendRetentionFromCurrentTime) |
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withKey(String key)
Sets the key, the name of the reference to the object to add a legal hold to.
|
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withNewRetentionExpirationDate(Date newRetentionExpirationDate) |
ExtendObjectRetentionRequest |
ExtendObjectRetentionRequest.withNewRetentionPeriod(Long newRetentionPeriod) |
Copyright © 2024. All rights reserved.