Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static ObjectLockRetentionMode |
ObjectLockRetentionMode.fromString(String objectLockRetentionModeString) |
static ObjectLockRetentionMode |
ObjectLockRetentionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLockRetentionMode[] |
ObjectLockRetentionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRetention.setMode(ObjectLockRetentionMode mode)
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
|
void |
ObjectLockRetention.setMode(ObjectLockRetentionMode mode)
Indicates the Retention mode for the specified object.
|
DefaultRetention |
DefaultRetention.withMode(ObjectLockRetentionMode mode)
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
|
ObjectLockRetention |
ObjectLockRetention.withMode(ObjectLockRetentionMode mode)
Indicates the Retention mode for the specified object.
|
Copyright © 2024. All rights reserved.