Uses of Class
software.amazon.awssdk.services.billingconductor.model.PricingRuleType
-
Packages that use PricingRuleType Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of PricingRuleType in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return PricingRuleType Modifier and Type Method Description static PricingRuleTypePricingRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PricingRuleTypeCreatePricingRuleRequest. type()The type of pricing rule.PricingRuleTypePricingRuleListElement. type()The type of pricing rule.PricingRuleTypeUpdatePricingRuleRequest. type()The new pricing rule type.PricingRuleTypeUpdatePricingRuleResponse. type()The new pricing rule type.static PricingRuleTypePricingRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingRuleType[]PricingRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type PricingRuleType Modifier and Type Method Description static Set<PricingRuleType>PricingRuleType. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type PricingRuleType Modifier and Type Method Description CreatePricingRuleRequest.BuilderCreatePricingRuleRequest.Builder. type(PricingRuleType type)The type of pricing rule.PricingRuleListElement.BuilderPricingRuleListElement.Builder. type(PricingRuleType type)The type of pricing rule.UpdatePricingRuleRequest.BuilderUpdatePricingRuleRequest.Builder. type(PricingRuleType type)The new pricing rule type.UpdatePricingRuleResponse.BuilderUpdatePricingRuleResponse.Builder. type(PricingRuleType type)The new pricing rule type.
-