Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsS3BucketWebsiteConfigurationRoutingRule
-
Packages that use AwsS3BucketWebsiteConfigurationRoutingRule Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketWebsiteConfigurationRoutingRule in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsS3BucketWebsiteConfigurationRoutingRule Modifier and Type Method Description List<AwsS3BucketWebsiteConfigurationRoutingRule>AwsS3BucketWebsiteConfiguration. routingRules()The rules for applying redirects for requests to the website.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsS3BucketWebsiteConfigurationRoutingRule Modifier and Type Method Description AwsS3BucketWebsiteConfiguration.BuilderAwsS3BucketWebsiteConfiguration.Builder. routingRules(AwsS3BucketWebsiteConfigurationRoutingRule... routingRules)The rules for applying redirects for requests to the website.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsS3BucketWebsiteConfigurationRoutingRule Modifier and Type Method Description AwsS3BucketWebsiteConfiguration.BuilderAwsS3BucketWebsiteConfiguration.Builder. routingRules(Collection<AwsS3BucketWebsiteConfigurationRoutingRule> routingRules)The rules for applying redirects for requests to the website.
-