| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static StatisticType |
StatisticType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatisticType |
DisableAwsNetworkPerformanceMetricSubscriptionRequest.statistic()
The statistic used for the disabled subscription.
|
StatisticType |
DataResponse.statistic()
The statistic used for the network performance request.
|
StatisticType |
Subscription.statistic()
The statistic used for the subscription.
|
StatisticType |
DataQuery.statistic()
The metric data aggregation period,
p50, between the specified startDate and
endDate. |
StatisticType |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.statistic()
The statistic used for the enabled subscription.
|
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 |
|---|---|
static Set<StatisticType> |
StatisticType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder |
DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.statistic(StatisticType statistic)
The statistic used for the disabled subscription.
|
DataResponse.Builder |
DataResponse.Builder.statistic(StatisticType statistic)
The statistic used for the network performance request.
|
Subscription.Builder |
Subscription.Builder.statistic(StatisticType statistic)
The statistic used for the subscription.
|
DataQuery.Builder |
DataQuery.Builder.statistic(StatisticType statistic)
The metric data aggregation period,
p50, between the specified startDate and
endDate. |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder |
EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.statistic(StatisticType statistic)
The statistic used for the enabled subscription.
|
Copyright © 2023. All rights reserved.