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.setBucketProtectionConfiguration(SetBucketProtectionConfigurationRequest setBucketProtectionConfigurationRequest) |
void |
AmazonS3.setBucketProtectionConfiguration(SetBucketProtectionConfigurationRequest setBucketProtectionRequest)
Set the protection configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
SetBucketProtectionConfigurationRequest |
SetBucketProtectionConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket to which a protection configuration is stored
and returns this object for method chaining.
|
SetBucketProtectionConfigurationRequest |
SetBucketProtectionConfigurationRequest.withProtectionConfiguration(BucketProtectionConfiguration protectionConfiguration)
Sets the
BucketProtectionConfiguration object and
returns this object for method chaining. |
Copyright © 2024. All rights reserved.