| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static PricingRuleScope |
PricingRuleScope.fromValue(String value)
Use this in place of valueOf.
|
static PricingRuleScope |
PricingRuleScope.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.
|
| Modifier and Type | Method and Description |
|---|---|
PricingRuleListElement |
PricingRuleListElement.withScope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
UpdatePricingRuleResult |
UpdatePricingRuleResult.withScope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or is service-specific.
|
CreatePricingRuleRequest |
CreatePricingRuleRequest.withScope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or is service-specific.
|
Copyright © 2022. All rights reserved.