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 |
---|---|
BucketProtectionConfiguration |
AmazonS3Client.getBucketProtection(String bucketName) |
BucketProtectionConfiguration |
AmazonS3.getBucketProtection(String bucketName)
Gets the protection configuration for the specified bucket.
|
BucketProtectionConfiguration |
AmazonS3Client.getBucketProtectionConfiguration(GetBucketProtectionConfigurationRequest getBucketProtectionRequest) |
BucketProtectionConfiguration |
AmazonS3.getBucketProtectionConfiguration(GetBucketProtectionConfigurationRequest getBucketProtectionRequest) |
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketProtection(String bucketName,
BucketProtectionConfiguration protectionConfiguration) |
void |
AmazonS3.setBucketProtection(String bucketName,
BucketProtectionConfiguration protectionConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketProtectionConfigurationRequest.setProtectionConfiguration(BucketProtectionConfiguration protectionConfiguration)
Sets the
BucketProtectionConfiguration object. |
SetBucketProtectionConfigurationRequest |
SetBucketProtectionConfigurationRequest.withProtectionConfiguration(BucketProtectionConfiguration protectionConfiguration)
Sets the
BucketProtectionConfiguration object and
returns this object for method chaining. |
Constructor and Description |
---|
SetBucketProtectionConfigurationRequest(String bucketName,
BucketProtectionConfiguration protectionConfiguration) |
Copyright © 2024. All rights reserved.