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.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(String bucketName) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.
|
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. |
Modifier and Type | Method and Description |
---|---|
BucketLoggingConfiguration |
XmlResponsesSaxParser.BucketLoggingConfigurationHandler.getBucketLoggingConfiguration() |
BucketLoggingConfiguration |
Unmarshallers.BucketLoggingConfigurationnmarshaller.unmarshall(InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketLoggingConfiguration loggingConfiguration)
Converts the specified logging configuration into an XML byte array.
|
Copyright © 2016. All rights reserved.