Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeTarget
Packages that use HttpCodeTarget
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of HttpCodeTarget in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return HttpCodeTargetModifier and TypeMethodDescriptionstatic HttpCodeTarget
Returns the enum constant of this type with the specified name.static HttpCodeTarget[]
HttpCodeTarget.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 HttpCodeTargetModifier and TypeMethodDescriptionApplicationLoadBalancer.metricHttpCodeTarget
(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.ApplicationLoadBalancer.metricHttpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.ApplicationTargetGroup.metricHttpCodeTarget
(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.ApplicationTargetGroup.metricHttpCodeTarget
(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.