Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RoutingRule> |
WebsiteConfiguration.routingRules |
private java.util.List<RoutingRule> |
BucketWebsiteConfiguration.routingRules
The list of routing rules that can be used for configuring redirects if
certain conditions are meet.
|
Modifier and Type | Method and Description |
---|---|
RoutingRule |
RoutingRule.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 |
RoutingRule.withRedirect(RedirectRule redirect)
Set the redirect information and returns a reference to this
object(RoutingRule) for method chaining.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RoutingRule> |
WebsiteConfiguration.getRoutingRule() |
java.util.List<RoutingRule> |
BucketWebsiteConfiguration.getRoutingRules()
Return the list of routing rules that can be used for configuring
redirects if certain conditions are meet.
|
Modifier and Type | Method and Description |
---|---|
void |
WebsiteConfiguration.setRoutingRules(java.util.List<RoutingRule> routingRules) |
void |
BucketWebsiteConfiguration.setRoutingRules(java.util.List<RoutingRule> routingRules)
Set the list of routing rules that can be used for configuring redirects
if certain conditions are meet.
|
WebsiteConfiguration |
WebsiteConfiguration.withRoutingRule(java.util.List<RoutingRule> routingRules) |
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRoutingRules(java.util.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.
|
Modifier and Type | Field and Description |
---|---|
private RoutingRule |
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler.currentRoutingRule |
Modifier and Type | Method and Description |
---|---|
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
RoutingRule rule) |