| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectLockRetention |
GetObjectRetentionResult.getRetention()
The container element for an object's retention settings.
|
ObjectLockRetention |
SetObjectRetentionRequest.getRetention()
The container element for the Object Retention configuration.
|
ObjectLockRetention |
ObjectLockRetention.withMode(ObjectLockRetentionMode mode)
Indicates the Retention mode for the specified object.
|
ObjectLockRetention |
ObjectLockRetention.withMode(String mode)
Indicates the Retention mode for the specified object.
|
ObjectLockRetention |
ObjectLockRetention.withRetainUntilDate(Date retainUntilDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetObjectRetentionResult.setRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
void |
SetObjectRetentionRequest.setRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
GetObjectRetentionResult |
GetObjectRetentionResult.withRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
SetObjectRetentionRequest |
SetObjectRetentionRequest.withRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
Copyright © 2025. All rights reserved.