Uses of Class
com.amazonaws.services.s3.model.BucketWebsiteConfiguration
Packages that use BucketWebsiteConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
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 BucketWebsiteConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketWebsiteConfiguration
(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) AbstractAmazonS3.getBucketWebsiteConfiguration
(String bucketName) AmazonS3.getBucketWebsiteConfiguration
(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) Returns the website configuration for the specified bucket.AmazonS3.getBucketWebsiteConfiguration
(String bucketName) Returns the website configuration for the specified bucket.AmazonS3Client.getBucketWebsiteConfiguration
(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) AmazonS3Client.getBucketWebsiteConfiguration
(String bucketName) Methods in com.amazonaws.services.s3 with parameters of type BucketWebsiteConfigurationModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.setBucketWebsiteConfiguration
(String bucketName, BucketWebsiteConfiguration configuration) void
AmazonS3.setBucketWebsiteConfiguration
(String bucketName, BucketWebsiteConfiguration configuration) Sets the website configuration for the specified bucket.void
AmazonS3Client.setBucketWebsiteConfiguration
(String bucketName, BucketWebsiteConfiguration configuration) -
Uses of BucketWebsiteConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketWebsiteConfigurationModifier and TypeMethodDescriptionSetBucketWebsiteConfigurationRequest.getConfiguration()
Returns the website configuration to send as part of this request.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.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 BucketWebsiteConfigurationModifier and TypeMethodDescriptionvoid
SetBucketWebsiteConfigurationRequest.setConfiguration
(BucketWebsiteConfiguration configuration) Sets the website configuration to send as part of this request.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 BucketWebsiteConfigurationModifierConstructorDescriptionSetBucketWebsiteConfigurationRequest
(String bucketName, BucketWebsiteConfiguration configuration) Creates a new request object, ready to be executed to set the specified bucket's website configuration.