| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static PricingRuleType |
PricingRuleType.fromValue(String value)
Use this in place of valueOf.
|
static PricingRuleType |
PricingRuleType.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.
|
| Modifier and Type | Method and Description |
|---|---|
PricingRuleListElement |
PricingRuleListElement.withType(PricingRuleType type)
The type of pricing rule.
|
UpdatePricingRuleResult |
UpdatePricingRuleResult.withType(PricingRuleType type)
The new pricing rule type.
|
UpdatePricingRuleRequest |
UpdatePricingRuleRequest.withType(PricingRuleType type)
The new pricing rule type.
|
CreatePricingRuleRequest |
CreatePricingRuleRequest.withType(PricingRuleType type)
The type of pricing rule.
|
Copyright © 2023. All rights reserved.