@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:41.574Z") public enum HttpCodeTarget extends java.lang.Enum<HttpCodeTarget>
Enum Constant and Description |
---|
TARGET_2XX_COUNT
The number of 2xx response codes from targets.
|
TARGET_3XX_COUNT
The number of 3xx response codes from targets.
|
TARGET_4XX_COUNT
The number of 4xx response codes from targets.
|
TARGET_5XX_COUNT
The number of 5xx response codes from targets.
|
Modifier and Type | Method and Description |
---|---|
static HttpCodeTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpCodeTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpCodeTarget TARGET_2XX_COUNT
public static final HttpCodeTarget TARGET_3XX_COUNT
public static final HttpCodeTarget TARGET_4XX_COUNT
public static final HttpCodeTarget TARGET_5XX_COUNT
public static HttpCodeTarget[] values()
for (HttpCodeTarget c : HttpCodeTarget.values()) System.out.println(c);
public static HttpCodeTarget valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null