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

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

Methods in com.amazonaws.services.s3 that return BucketWebsiteConfiguration
 BucketWebsiteConfiguration AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
           
 BucketWebsiteConfiguration AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
          Returns the website configuration for the specified bucket.
 BucketWebsiteConfiguration AmazonS3Client.getBucketWebsiteConfiguration(String bucketName)
           
 BucketWebsiteConfiguration AmazonS3.getBucketWebsiteConfiguration(String bucketName)
          Returns the website configuration for the specified bucket.
 

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

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

Methods in com.amazonaws.services.s3.model that return BucketWebsiteConfiguration
 BucketWebsiteConfiguration SetBucketWebsiteConfigurationRequest.getConfiguration()
          Returns the website configuration to send as part of this request.
 BucketWebsiteConfiguration BucketWebsiteConfiguration.withRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)
          Sets the redirect information where all requests will be redirect to and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
 BucketWebsiteConfiguration BucketWebsiteConfiguration.withRoutingRules(List<RoutingRule> routingRules)
          Set the list of routing rules that can be used for configuring redirects if certain conditions are meet and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
 

Methods in com.amazonaws.services.s3.model with parameters of type BucketWebsiteConfiguration
 void SetBucketWebsiteConfigurationRequest.setConfiguration(BucketWebsiteConfiguration configuration)
          Sets the website configuration to send as part of this request.
 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.
 

Constructors in com.amazonaws.services.s3.model with parameters of type BucketWebsiteConfiguration
SetBucketWebsiteConfigurationRequest(String bucketName, BucketWebsiteConfiguration configuration)
          Creates a new request object, ready to be executed to set the specified bucket's website configuration.
 



Copyright © 2016. All rights reserved.