| 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.withBillingEntity(String billingEntity)
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling
services via Amazon Web Services Marketplace.
|
PricingRuleListElement |
PricingRuleListElement.withCreationTime(Long creationTime)
The time when the pricing rule was created.
|
PricingRuleListElement |
PricingRuleListElement.withDescription(String description)
The pricing rule description.
|
PricingRuleListElement |
PricingRuleListElement.withLastModifiedTime(Long lastModifiedTime)
The most recent time when 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.withOperation(String operation)
Operation is the specific Amazon Web Services action covered by this line item.
|
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.withTiering(Tiering tiering)
The set of tiering configurations for the pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withType(PricingRuleType type)
The type of pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withType(String type)
The type of pricing rule.
|
PricingRuleListElement |
PricingRuleListElement.withUsageType(String usageType)
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
|
| 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 © 2023. All rights reserved.