Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryRuleVersion
-
Packages that use CostCategoryRuleVersion Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryRuleVersion in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostCategoryRuleVersion Modifier and Type Method Description static CostCategoryRuleVersionCostCategoryRuleVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CostCategoryRuleVersionCostCategory. ruleVersion()Returns the value of the RuleVersion property for this object.CostCategoryRuleVersionCreateCostCategoryDefinitionRequest. ruleVersion()Returns the value of the RuleVersion property for this object.CostCategoryRuleVersionUpdateCostCategoryDefinitionRequest. ruleVersion()Returns the value of the RuleVersion property for this object.static CostCategoryRuleVersionCostCategoryRuleVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static CostCategoryRuleVersion[]CostCategoryRuleVersion. 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 CostCategoryRuleVersion Modifier and Type Method Description static Set<CostCategoryRuleVersion>CostCategoryRuleVersion. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryRuleVersion Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. ruleVersion(CostCategoryRuleVersion ruleVersion)Sets the value of the RuleVersion property for this object.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. ruleVersion(CostCategoryRuleVersion ruleVersion)Sets the value of the RuleVersion property for this object.UpdateCostCategoryDefinitionRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder. ruleVersion(CostCategoryRuleVersion ruleVersion)Sets the value of the RuleVersion property for this object.
-