Uses of Class
software.amazon.awssdk.services.ec2.model.StatisticType
-
Packages that use StatisticType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StatisticType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StatisticType Modifier and Type Method Description static StatisticTypeStatisticType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatisticTypeDataQuery. statistic()The metric data aggregation period,p50, between the specifiedstartDateandendDate.StatisticTypeDataResponse. statistic()The statistic used for the network performance request.StatisticTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest. statistic()The statistic used for the disabled subscription.StatisticTypeEnableAwsNetworkPerformanceMetricSubscriptionRequest. statistic()The statistic used for the enabled subscription.StatisticTypeSubscription. statistic()The statistic used for the subscription.static StatisticTypeStatisticType. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StatisticType Modifier and Type Method Description static Set<StatisticType>StatisticType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type StatisticType Modifier and Type Method Description DataQuery.BuilderDataQuery.Builder. statistic(StatisticType statistic)The metric data aggregation period,p50, between the specifiedstartDateandendDate.DataResponse.BuilderDataResponse.Builder. statistic(StatisticType statistic)The statistic used for the network performance request.DisableAwsNetworkPerformanceMetricSubscriptionRequest.BuilderDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder. statistic(StatisticType statistic)The statistic used for the disabled subscription.EnableAwsNetworkPerformanceMetricSubscriptionRequest.BuilderEnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder. statistic(StatisticType statistic)The statistic used for the enabled subscription.Subscription.BuilderSubscription.Builder. statistic(StatisticType statistic)The statistic used for the subscription.
-