Uses of Class
software.amazon.awssdk.services.costexplorer.model.NumericOperator
-
Packages that use NumericOperator Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of NumericOperator in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return NumericOperator Modifier and Type Method Description static NumericOperatorNumericOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NumericOperatorTotalImpactFilter. numericOperator()The comparing value that's used in the filter.static NumericOperatorNumericOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericOperator[]NumericOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type NumericOperator Modifier and Type Method Description static Set<NumericOperator>NumericOperator. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type NumericOperator Modifier and Type Method Description TotalImpactFilter.BuilderTotalImpactFilter.Builder. numericOperator(NumericOperator numericOperator)The comparing value that's used in the filter.
-