Uses of Class
com.amazonaws.services.s3.model.RoutingRule
Packages that use RoutingRule
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of RoutingRule in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RoutingRuleModifier and TypeMethodDescriptionRoutingRule.withCondition(RoutingRuleCondition condition) Set the condition that must be met for the specified redirect to apply and returns a reference to this object(RoutingRule) for method chaining.RoutingRule.withRedirect(RedirectRule redirect) Set the redirect information and returns a reference to this object(RoutingRule) for method chaining.Methods in com.amazonaws.services.s3.model that return types with arguments of type RoutingRuleModifier and TypeMethodDescriptionWebsiteConfiguration.getRoutingRule()BucketWebsiteConfiguration.getRoutingRules()Return the list of routing rules that can be used for configuring redirects if certain conditions are meet.Method parameters in com.amazonaws.services.s3.model with type arguments of type RoutingRuleModifier and TypeMethodDescriptionvoidBucketWebsiteConfiguration.setRoutingRules(List<RoutingRule> routingRules) Set the list of routing rules that can be used for configuring redirects if certain conditions are meet.voidWebsiteConfiguration.setRoutingRules(List<RoutingRule> routingRules) WebsiteConfiguration.withRoutingRule(List<RoutingRule> routingRules) 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.