| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MetricType |
DisableAwsNetworkPerformanceMetricSubscriptionRequest.metric()
The metric used for the disabled subscription.
|
MetricType |
DataResponse.metric()
The metric used for the network performance request.
|
MetricType |
Subscription.metric()
The metric used for the subscription.
|
MetricType |
DataQuery.metric()
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. |
MetricType |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.metric()
The metric used for the enabled subscription.
|
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MetricType> |
MetricType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder |
DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.metric(MetricType metric)
The metric used for the disabled subscription.
|
DataResponse.Builder |
DataResponse.Builder.metric(MetricType metric)
The metric used for the network performance request.
|
Subscription.Builder |
Subscription.Builder.metric(MetricType metric)
The metric used for the subscription.
|
DataQuery.Builder |
DataQuery.Builder.metric(MetricType metric)
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.metric(MetricType metric)
The metric used for the enabled subscription.
|
Copyright © 2023. All rights reserved.