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 |
SetObjectRetentionRequest.getRetention()
The container element for the Object Retention configuration.
|
ObjectLockRetention |
GetObjectRetentionResult.getRetention()
The container element for an object's retention settings.
|
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 |
SetObjectRetentionRequest.setRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
void |
GetObjectRetentionResult.setRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
SetObjectRetentionRequest |
SetObjectRetentionRequest.withRetention(ObjectLockRetention retention)
The container element for the Object Retention configuration.
|
GetObjectRetentionResult |
GetObjectRetentionResult.withRetention(ObjectLockRetention retention)
The container element for an object's retention settings.
|
Copyright © 2024. All rights reserved.