Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonS3.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) |
void |
AmazonS3.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest)
Sets the logging configuration for the specified bucket.
|
void |
AmazonS3Client.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) |
Modifier and Type | Method and Description |
---|---|
SetBucketLoggingConfigurationRequest |
SetBucketLoggingConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose logging configuration is being set
and returns this object, enabling additional method calls to be
chained together.
|
SetBucketLoggingConfigurationRequest |
SetBucketLoggingConfigurationRequest.withExpectedBucketOwner(String expectedBucketOwner) |
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.
|
Copyright © 2023. All rights reserved.