Uses of Class
com.amazonaws.services.s3.model.BucketLoggingConfiguration

Packages that use BucketLoggingConfiguration
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of BucketLoggingConfiguration in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return BucketLoggingConfiguration
 BucketLoggingConfiguration AmazonS3.getBucketLoggingConfiguration(String bucketName)
          Returns the logging configuration for the specified bucket.
 BucketLoggingConfiguration AmazonS3Client.getBucketLoggingConfiguration(String bucketName)
           
 

Uses of BucketLoggingConfiguration in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return BucketLoggingConfiguration
 BucketLoggingConfiguration SetBucketLoggingConfigurationRequest.getLoggingConfiguration()
          Returns the new logging configuration for the specified bucket.
 

Methods in com.amazonaws.services.s3.model with parameters of type BucketLoggingConfiguration
 void SetBucketLoggingConfigurationRequest.setLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)
          Sets the new logging configuration for the specified bucket.
 SetBucketLoggingConfigurationRequest SetBucketLoggingConfigurationRequest.withLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)
          Sets the new logging configuration for the specified bucket, and returns the updated object so that additional method calls may be chained together.
 

Constructors in com.amazonaws.services.s3.model with parameters of type BucketLoggingConfiguration
SetBucketLoggingConfigurationRequest(String bucketName, BucketLoggingConfiguration loggingConfiguration)
           
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.