| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static PricingRuleScope |
PricingRuleScope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PricingRuleScope |
UpdatePricingRuleResponse.scope()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
PricingRuleScope |
PricingRuleListElement.scope()
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
PricingRuleScope |
CreatePricingRuleRequest.scope()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
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 |
|---|---|
static Set<PricingRuleScope> |
PricingRuleScope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingRuleResponse.Builder |
UpdatePricingRuleResponse.Builder.scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
PricingRuleListElement.Builder |
PricingRuleListElement.Builder.scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
CreatePricingRuleRequest.Builder |
CreatePricingRuleRequest.Builder.scope(PricingRuleScope scope)
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
Copyright © 2023. All rights reserved.