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 |
---|---|
SetObjectLockConfigurationResult |
AbstractAmazonS3.setObjectLockConfiguration(SetObjectLockConfigurationRequest setObjectLockConfigurationRequest) |
SetObjectLockConfigurationResult |
AmazonS3Client.setObjectLockConfiguration(SetObjectLockConfigurationRequest setObjectLockConfigurationRequest) |
SetObjectLockConfigurationResult |
AmazonS3.setObjectLockConfiguration(SetObjectLockConfigurationRequest setObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withBucketName(String bucket)
The S3 Bucket.
|
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withExpectedBucketOwner(String expectedBucketOwner) |
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)
The Object Lock configuration that you want to apply to the specified bucket.
|
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
SetObjectLockConfigurationRequest |
SetObjectLockConfigurationRequest.withToken(String token) |
Copyright © 2024. All rights reserved.