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

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

Methods in com.amazonaws.services.s3 with parameters of type SetBucketWebsiteConfigurationRequest
 void AmazonS3Client.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
           
 void AmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
          Sets the website configuration for the specified bucket.
 

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

Methods in com.amazonaws.services.s3.model that return SetBucketWebsiteConfigurationRequest
 SetBucketWebsiteConfigurationRequest SetBucketWebsiteConfigurationRequest.withBucketName(String bucketName)
          Sets the name of the bucket whose website configuration is being set and returns this updated request object so that additional method calls can be chained together.
 SetBucketWebsiteConfigurationRequest SetBucketWebsiteConfigurationRequest.withConfiguration(BucketWebsiteConfiguration configuration)
          Sets the website configuration to send as part of this request, and returns this updated request object so that additional method calls can be chained together.
 



Copyright © 2016. All rights reserved.