Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeElb
Packages that use HttpCodeElb
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of HttpCodeElb in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return HttpCodeElbModifier and TypeMethodDescriptionstatic HttpCodeElbReturns the enum constant of this type with the specified name.static HttpCodeElb[]HttpCodeElb.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type HttpCodeElbModifier and TypeMethodDescriptionApplicationLoadBalancer.metricHttpCodeElb(HttpCodeElb code) The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.ApplicationLoadBalancer.metricHttpCodeElb(HttpCodeElb code, MetricOptions props) The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.