Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.FixedResponseActionConfig
-
Packages that use FixedResponseActionConfig Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of FixedResponseActionConfig in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return FixedResponseActionConfig Modifier and Type Method Description FixedResponseActionConfigAction. fixedResponseConfig()[Application Load Balancer] Information for creating an action that returns a custom HTTP response.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type FixedResponseActionConfig Modifier and Type Method Description Action.BuilderAction.Builder. fixedResponseConfig(FixedResponseActionConfig fixedResponseConfig)[Application Load Balancer] Information for creating an action that returns a custom HTTP response.
-