| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
PricingRuleListElement |
PricingRuleListElement.clone() |
PricingRuleListElement |
PricingRuleListElement.withArn(String arn)
The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withAssociatedPricingPlanCount(Long associatedPricingPlanCount)
The pricing plans count that this pricing rule is associated with.
|
PricingRuleListElement |
PricingRuleListElement.withCreationTime(Long creationTime)
The time the pricing rule was created.
|
PricingRuleListElement |
PricingRuleListElement.withDescription(String description)
The pricing rule description.
|
PricingRuleListElement |
PricingRuleListElement.withLastModifiedTime(Long lastModifiedTime)
The most recent time the pricing rule was modified.
|
PricingRuleListElement |
PricingRuleListElement.withModifierPercentage(Double modifierPercentage)
A percentage modifier applied on the public pricing rates.
|
PricingRuleListElement |
PricingRuleListElement.withName(String name)
The name of a pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withScope(PricingRuleScope scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
PricingRuleListElement |
PricingRuleListElement.withScope(String scope)
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
PricingRuleListElement |
PricingRuleListElement.withService(String service)
If the
Scope attribute is SERVICE, this attribute indicates which service the
PricingRule is applicable for. |
PricingRuleListElement |
PricingRuleListElement.withType(PricingRuleType type)
The type of pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withType(String type)
The type of pricing rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<PricingRuleListElement> |
ListPricingRulesResult.getPricingRules()
A list containing the described pricing rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListPricingRulesResult |
ListPricingRulesResult.withPricingRules(PricingRuleListElement... pricingRules)
A list containing the described pricing rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPricingRulesResult.setPricingRules(Collection<PricingRuleListElement> pricingRules)
A list containing the described pricing rules.
|
ListPricingRulesResult |
ListPricingRulesResult.withPricingRules(Collection<PricingRuleListElement> pricingRules)
A list containing the described pricing rules.
|
Copyright © 2022. All rights reserved.