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

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

Methods in com.amazonaws.services.s3 with parameters of type GetBucketWebsiteConfigurationRequest
 BucketWebsiteConfiguration AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
           
 BucketWebsiteConfiguration AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
          Returns the website configuration for the specified bucket.
 

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

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



Copyright © 2016. All rights reserved.