Uses of Enum
software.amazon.awssdk.services.ec2.model.MetricType
Packages that use MetricType
-
Uses of MetricType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetricTypeDataQuery.metric()The metric used for the network performance request.final MetricTypeDataResponse.metric()The metric used for the network performance request.final MetricTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.metric()The metric used for the disabled subscription.final MetricTypeEnableAwsNetworkPerformanceMetricSubscriptionRequest.metric()The metric used for the enabled subscription.final MetricTypeSubscription.metric()The metric used for the subscription.static MetricTypeReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MetricTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type MetricTypeModifier and TypeMethodDescriptionDataQuery.Builder.metric(MetricType metric) The metric used for the network performance request.DataResponse.Builder.metric(MetricType metric) The metric used for the network performance request.DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.metric(MetricType metric) The metric used for the disabled subscription.EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder.metric(MetricType metric) The metric used for the enabled subscription.Subscription.Builder.metric(MetricType metric) The metric used for the subscription.