@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:11.574Z") @Stability(value=Experimental) public enum HttpCodeTarget extends Enum<HttpCodeTarget>
| Enum Constant and Description |
|---|
TARGET_2XX_COUNT
(experimental) The number of 2xx response codes from targets.
|
TARGET_3XX_COUNT
(experimental) The number of 3xx response codes from targets.
|
TARGET_4XX_COUNT
(experimental) The number of 4xx response codes from targets.
|
TARGET_5XX_COUNT
(experimental) The number of 5xx response codes from targets.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpCodeTarget |
valueOf(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.
|
@Stability(value=Experimental) public static final HttpCodeTarget TARGET_2XX_COUNT
@Stability(value=Experimental) public static final HttpCodeTarget TARGET_3XX_COUNT
@Stability(value=Experimental) public static final HttpCodeTarget TARGET_4XX_COUNT
@Stability(value=Experimental) public static final HttpCodeTarget TARGET_5XX_COUNT
public static HttpCodeTarget[] values()
for (HttpCodeTarget c : HttpCodeTarget.values()) System.out.println(c);
public static HttpCodeTarget valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.