@Generated(value="software.amazon.awssdk:codegen") public enum LoadBalancerMetricName extends Enum<LoadBalancerMetricName>
Modifier and Type | Method and Description |
---|---|
static LoadBalancerMetricName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<LoadBalancerMetricName> |
knownValues()
|
String |
toString() |
static LoadBalancerMetricName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerMetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancerMetricName CLIENT_TLS_NEGOTIATION_ERROR_COUNT
public static final LoadBalancerMetricName HEALTHY_HOST_COUNT
public static final LoadBalancerMetricName UNHEALTHY_HOST_COUNT
public static final LoadBalancerMetricName HTTP_CODE_LB_4_XX_COUNT
public static final LoadBalancerMetricName HTTP_CODE_LB_5_XX_COUNT
public static final LoadBalancerMetricName HTTP_CODE_INSTANCE_2_XX_COUNT
public static final LoadBalancerMetricName HTTP_CODE_INSTANCE_3_XX_COUNT
public static final LoadBalancerMetricName HTTP_CODE_INSTANCE_4_XX_COUNT
public static final LoadBalancerMetricName HTTP_CODE_INSTANCE_5_XX_COUNT
public static final LoadBalancerMetricName INSTANCE_RESPONSE_TIME
public static final LoadBalancerMetricName REJECTED_CONNECTION_COUNT
public static final LoadBalancerMetricName REQUEST_COUNT
public static final LoadBalancerMetricName UNKNOWN_TO_SDK_VERSION
public static LoadBalancerMetricName[] values()
for (LoadBalancerMetricName c : LoadBalancerMetricName.values()) System.out.println(c);
public static LoadBalancerMetricName 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 nullpublic String toString()
toString
in class Enum<LoadBalancerMetricName>
public static LoadBalancerMetricName fromValue(String value)
value
- real valuepublic static Set<LoadBalancerMetricName> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known LoadBalancerMetricName
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.