Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
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 |
---|---|
List<RoutingRule> |
WebsiteConfiguration.getRoutingRule() |
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 |
BucketWebsiteConfiguration.setRoutingRules(List<RoutingRule> routingRules)
Set the list of routing rules that can be used for configuring redirects
if certain conditions are meet.
|
void |
WebsiteConfiguration.setRoutingRules(List<RoutingRule> routingRules) |
WebsiteConfiguration |
WebsiteConfiguration.withRoutingRule(List<RoutingRule> routingRules) |
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.
|
Copyright © 2024. All rights reserved.