@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:57.648Z") public enum HttpCodeElb extends java.lang.Enum<HttpCodeElb>
This count does not include any response codes generated by the targets.
Enum Constant and Description |
---|
ELB_3XX_COUNT
The number of HTTP 3XX redirection codes that originate from the load balancer.
|
ELB_4XX_COUNT
The number of HTTP 4XX client error codes that originate from the load balancer.
|
ELB_5XX_COUNT
The number of HTTP 5XX server error codes that originate from the load balancer.
|
Modifier and Type | Method and Description |
---|---|
static HttpCodeElb |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpCodeElb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpCodeElb ELB_3XX_COUNT
public static final HttpCodeElb ELB_4XX_COUNT
Client errors are generated when requests are malformed or incomplete. These requests have not been received by the target. This count does not include any response codes generated by the targets.
public static final HttpCodeElb ELB_5XX_COUNT
public static HttpCodeElb[] values()
for (HttpCodeElb c : HttpCodeElb.values()) System.out.println(c);
public static HttpCodeElb 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