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 |
---|---|
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(String bucketName) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(String bucketName) |
Modifier and Type | Method and Description |
---|---|
BucketLoggingConfiguration |
SetBucketLoggingConfigurationRequest.getLoggingConfiguration()
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
BucketLoggingConfiguration.withTargetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Sets the
TargetObjectKeyFormat for this logging configuration and returns this object for method chaining. |
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.