public enum AwsClientSideMonitoringMetrics extends Enum<AwsClientSideMonitoringMetrics> implements RequestMetricType
Enum Constant and Description |
---|
ApiCallLatency
The elapsed time, in milliseconds, between when the Api Call was begun and when a final response or error is
manifested to the caller.
|
MaxRetriesExceeded
a boolean value that is false unless the Api call failed and the final attempt returned a retryable error.
|
Modifier and Type | Method and Description |
---|---|
static AwsClientSideMonitoringMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsClientSideMonitoringMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final AwsClientSideMonitoringMetrics ApiCallLatency
public static final AwsClientSideMonitoringMetrics MaxRetriesExceeded
public static AwsClientSideMonitoringMetrics[] values()
for (AwsClientSideMonitoringMetrics c : AwsClientSideMonitoringMetrics.values()) System.out.println(c);
public static AwsClientSideMonitoringMetrics 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 © 2024. All rights reserved.