Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
BucketLoggingConfiguration |
SetBucketLoggingConfigurationRequest.getLoggingConfiguration()
Gets the logging configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketLoggingConfigurationRequest.setLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)
Sets the logging configuration for the specified bucket.
|
SetBucketLoggingConfigurationRequest |
SetBucketLoggingConfigurationRequest.withLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)
Sets the logging configuration for the specified bucket and returns
the updated object, enabling additional method calls to be chained
together.
|
Constructor and Description |
---|
SetBucketLoggingConfigurationRequest(String bucketName,
BucketLoggingConfiguration loggingConfiguration)
Constructs a new
SetBucketLoggingConfigurationRequest
to set the bucket logging configuration of
the specified bucket. |
Copyright © 2024. All rights reserved.