| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static StatisticType |
StatisticType.fromValue(String value)
Use this in place of valueOf.
|
static StatisticType |
StatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticType[] |
StatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataResponse |
DataResponse.withStatistic(StatisticType statistic)
The statistic used for the network performance request.
|
Subscription |
Subscription.withStatistic(StatisticType statistic)
The statistic used for the subscription.
|
DataQuery |
DataQuery.withStatistic(StatisticType statistic)
The metric data aggregation period,
p50, between the specified startDate and
endDate. |
DisableAwsNetworkPerformanceMetricSubscriptionRequest |
DisableAwsNetworkPerformanceMetricSubscriptionRequest.withStatistic(StatisticType statistic)
The statistic used for the disabled subscription.
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.withStatistic(StatisticType statistic)
The statistic used for the enabled subscription.
|
Copyright © 2023. All rights reserved.