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

Packages that use SetBucketLoggingConfigurationRequest
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 SetBucketLoggingConfigurationRequest in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type SetBucketLoggingConfigurationRequest
 void AmazonS3.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest)
          Sets the logging configuration for the specified bucket.
 void AmazonS3Client.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest)
           
 

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

Methods in com.amazonaws.services.s3.model that return SetBucketLoggingConfigurationRequest
 SetBucketLoggingConfigurationRequest SetBucketLoggingConfigurationRequest.withBucketName(String bucketName)
          Sets the name of the bucket whose logging configuration is being set , and returns the updated object so that additional method calls may be chained together.
 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.
 



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