@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:11.574Z") @Stability(value=Experimental) public enum HttpCodeElb extends Enum<HttpCodeElb>
This count does not include any response codes generated by the targets.
| Enum Constant and Description |
|---|
ELB_3XX_COUNT
(experimental) The number of HTTP 3XX redirection codes that originate from the load balancer.
|
ELB_4XX_COUNT
(experimental) The number of HTTP 4XX client error codes that originate from the load balancer.
|
ELB_5XX_COUNT
(experimental) The number of HTTP 5XX server error codes that originate from the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpCodeElb |
valueOf(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.
|
@Stability(value=Experimental) public static final HttpCodeElb ELB_3XX_COUNT
@Stability(value=Experimental) 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.
@Stability(value=Experimental) public static final HttpCodeElb ELB_5XX_COUNT
public static HttpCodeElb[] values()
for (HttpCodeElb c : HttpCodeElb.values()) System.out.println(c);
public static HttpCodeElb 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.