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 |
AbstractAmazonS3.setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest setBucketLifecycleConfigurationRequest) |
void |
AmazonS3Client.setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest setBucketLifecycleConfigurationRequest) |
void |
AmazonS3.setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest setBucketLifecycleConfigurationRequest)
Sets the lifecycle configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
SetBucketLifecycleConfigurationRequest |
SetBucketLifecycleConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose lifecycle configuration is being set,
and returns this object so that additional method calls may be chained
together.
|
SetBucketLifecycleConfigurationRequest |
SetBucketLifecycleConfigurationRequest.withLifecycleConfiguration(BucketLifecycleConfiguration lifecycleConfiguration)
Sets the new lifecycle configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
|
Copyright © 2024. All rights reserved.