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(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
AmazonS3Client.getBucketLoggingConfiguration(java.lang.String bucketName) |
BucketLoggingConfiguration |
AmazonS3.getBucketLoggingConfiguration(java.lang.String bucketName)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
AbstractAmazonS3.getBucketLoggingConfiguration(java.lang.String bucketName) |
Modifier and Type | Field and Description |
---|---|
private BucketLoggingConfiguration |
SetBucketLoggingConfigurationRequest.loggingConfiguration
The new 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(java.lang.String bucketName,
BucketLoggingConfiguration loggingConfiguration)
Constructs a new
SetBucketLoggingConfigurationRequest
to set the bucket logging configuration of
the specified bucket. |
Modifier and Type | Field and Description |
---|---|
private BucketLoggingConfiguration |
XmlResponsesSaxParser.BucketLoggingConfigurationHandler.bucketLoggingConfiguration |
Modifier and Type | Method and Description |
---|---|
BucketLoggingConfiguration |
XmlResponsesSaxParser.BucketLoggingConfigurationHandler.getBucketLoggingConfiguration() |
BucketLoggingConfiguration |
Unmarshallers.BucketLoggingConfigurationnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketLoggingConfiguration loggingConfiguration)
Converts the specified logging configuration into an XML byte array.
|