Uses of Class
software.amazon.awssdk.services.s3.model.RoutingRule
Packages that use RoutingRule
-
Uses of RoutingRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RoutingRuleModifier and TypeMethodDescriptionfinal List<RoutingRule>GetBucketWebsiteResponse.routingRules()Rules that define when a redirect is applied and the redirect behavior.final List<RoutingRule>WebsiteConfiguration.routingRules()Rules that define when a redirect is applied and the redirect behavior.Methods in software.amazon.awssdk.services.s3.model with parameters of type RoutingRuleModifier and TypeMethodDescriptionGetBucketWebsiteResponse.Builder.routingRules(RoutingRule... routingRules) Rules that define when a redirect is applied and the redirect behavior.WebsiteConfiguration.Builder.routingRules(RoutingRule... routingRules) Rules that define when a redirect is applied and the redirect behavior.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type RoutingRuleModifier and TypeMethodDescriptionGetBucketWebsiteResponse.Builder.routingRules(Collection<RoutingRule> routingRules) Rules that define when a redirect is applied and the redirect behavior.WebsiteConfiguration.Builder.routingRules(Collection<RoutingRule> routingRules) Rules that define when a redirect is applied and the redirect behavior.