Uses of Class
software.amazon.awssdk.services.billingconductor.model.PricingRuleScope
-
Packages that use PricingRuleScope Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of PricingRuleScope in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return PricingRuleScope Modifier and Type Method Description static PricingRuleScopePricingRuleScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PricingRuleScopeCreatePricingRuleRequest. scope()The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.PricingRuleScopePricingRuleListElement. scope()The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.PricingRuleScopeUpdatePricingRuleResponse. scope()The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.static PricingRuleScopePricingRuleScope. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingRuleScope[]PricingRuleScope. 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 PricingRuleScope Modifier and Type Method Description static Set<PricingRuleScope>PricingRuleScope. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type PricingRuleScope Modifier and Type Method Description CreatePricingRuleRequest.BuilderCreatePricingRuleRequest.Builder. scope(PricingRuleScope scope)The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.PricingRuleListElement.BuilderPricingRuleListElement.Builder. scope(PricingRuleScope scope)The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.UpdatePricingRuleResponse.BuilderUpdatePricingRuleResponse.Builder. scope(PricingRuleScope scope)The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
-