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 HttpCodeTargetReturns 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 TypeMethodDescriptionIApplicationLoadBalancerMetrics.httpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.IApplicationLoadBalancerMetrics.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.default MetricIApplicationLoadBalancerMetrics.Jsii$Default.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.final MetricIApplicationLoadBalancerMetrics.Jsii$Proxy.httpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.final MetricIApplicationLoadBalancerMetrics.Jsii$Proxy.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in the load balancer.IApplicationTargetGroupMetrics.httpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.IApplicationTargetGroupMetrics.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.default MetricIApplicationTargetGroupMetrics.Jsii$Default.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.final MetricIApplicationTargetGroupMetrics.Jsii$Proxy.httpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.final MetricIApplicationTargetGroupMetrics.Jsii$Proxy.httpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.ApplicationLoadBalancer.metricHttpCodeTarget(HttpCodeTarget code) Deprecated.ApplicationLoadBalancer.metricHttpCodeTarget(HttpCodeTarget code, MetricOptions props) Deprecated.UseApplicationLoadBalancer.metrics.httpCodeTargetinsteadApplicationTargetGroup.metricHttpCodeTarget(HttpCodeTarget code) Deprecated.UseApplicationTargetGroup.metrics.httpCodeTargetinsteadApplicationTargetGroup.metricHttpCodeTarget(HttpCodeTarget code, MetricOptions props) Deprecated.UseApplicationTargetGroup.metrics.httpCodeTargetinstead
ApplicationLoadBalancer.metrics.httpCodeTargetinstead