| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static PricingRuleType |
PricingRuleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PricingRuleType |
UpdatePricingRuleResponse.type()
The new pricing rule type.
|
PricingRuleType |
UpdatePricingRuleRequest.type()
The new pricing rule type.
|
PricingRuleType |
PricingRuleListElement.type()
The type of pricing rule.
|
PricingRuleType |
CreatePricingRuleRequest.type()
The type of pricing rule.
|
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 |
|---|---|
static Set<PricingRuleType> |
PricingRuleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingRuleResponse.Builder |
UpdatePricingRuleResponse.Builder.type(PricingRuleType type)
The new pricing rule type.
|
UpdatePricingRuleRequest.Builder |
UpdatePricingRuleRequest.Builder.type(PricingRuleType type)
The new pricing rule type.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.type(PricingRuleType type)
The type of pricing rule.
|
CreatePricingRuleRequest.Builder |
CreatePricingRuleRequest.Builder.type(PricingRuleType type)
The type of pricing rule.
|
Copyright © 2023. All rights reserved.