Uses of Enum
software.amazon.awssdk.services.ec2.model.StatisticType
Packages that use StatisticType
-
Uses of StatisticType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StatisticTypeModifier and TypeMethodDescriptionstatic StatisticTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StatisticTypeDataQuery.statistic()The metric data aggregation period,p50, between the specifiedstartDateandendDate.final StatisticTypeDataResponse.statistic()The statistic used for the network performance request.final StatisticTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.statistic()The statistic used for the disabled subscription.final StatisticTypeEnableAwsNetworkPerformanceMetricSubscriptionRequest.statistic()The statistic used for the enabled subscription.final StatisticTypeSubscription.statistic()The statistic used for the subscription.static StatisticTypeReturns 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 StatisticTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type StatisticTypeModifier and TypeMethodDescriptionDataQuery.Builder.statistic(StatisticType statistic) The metric data aggregation period,p50, between the specifiedstartDateandendDate.DataResponse.Builder.statistic(StatisticType statistic) The statistic used for the network performance request.DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.statistic(StatisticType statistic) The statistic used for the disabled subscription.EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.statistic(StatisticType statistic) The statistic used for the enabled subscription.Subscription.Builder.statistic(StatisticType statistic) The statistic used for the subscription.