Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RewriteConfig
Packages that use RewriteConfig
-
Uses of RewriteConfig in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RewriteConfigModifier and TypeMethodDescriptionfinal List<RewriteConfig>HostHeaderRewriteConfig.rewrites()The host header rewrite transform.final List<RewriteConfig>UrlRewriteConfig.rewrites()The URL rewrite transform to apply to the request.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RewriteConfigModifier and TypeMethodDescriptionHostHeaderRewriteConfig.Builder.rewrites(RewriteConfig... rewrites) The host header rewrite transform.UrlRewriteConfig.Builder.rewrites(RewriteConfig... rewrites) The URL rewrite transform to apply to the request.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RewriteConfigModifier and TypeMethodDescriptionHostHeaderRewriteConfig.Builder.rewrites(Collection<RewriteConfig> rewrites) The host header rewrite transform.UrlRewriteConfig.Builder.rewrites(Collection<RewriteConfig> rewrites) The URL rewrite transform to apply to the request.