| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketWebsiteConfigurationRoutingRule |
AwsS3BucketWebsiteConfigurationRoutingRule.clone() |
AwsS3BucketWebsiteConfigurationRoutingRule |
AwsS3BucketWebsiteConfigurationRoutingRule.withCondition(AwsS3BucketWebsiteConfigurationRoutingRuleCondition condition)
Provides the condition that must be met in order to apply the routing rule.
|
AwsS3BucketWebsiteConfigurationRoutingRule |
AwsS3BucketWebsiteConfigurationRoutingRule.withRedirect(AwsS3BucketWebsiteConfigurationRoutingRuleRedirect redirect)
Provides the rules to redirect the request if the condition in
Condition is met. |
| Modifier and Type | Method and Description |
|---|---|
List<AwsS3BucketWebsiteConfigurationRoutingRule> |
AwsS3BucketWebsiteConfiguration.getRoutingRules()
The rules for applying redirects for requests to the website.
|
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketWebsiteConfiguration |
AwsS3BucketWebsiteConfiguration.withRoutingRules(AwsS3BucketWebsiteConfigurationRoutingRule... routingRules)
The rules for applying redirects for requests to the website.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsS3BucketWebsiteConfiguration.setRoutingRules(Collection<AwsS3BucketWebsiteConfigurationRoutingRule> routingRules)
The rules for applying redirects for requests to the website.
|
AwsS3BucketWebsiteConfiguration |
AwsS3BucketWebsiteConfiguration.withRoutingRules(Collection<AwsS3BucketWebsiteConfigurationRoutingRule> routingRules)
The rules for applying redirects for requests to the website.
|
Copyright © 2023. All rights reserved.