| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PricingPlan |
PricingPlan.clone() |
PricingPlan |
UpdatePricingPlanResult.getCurrentPricingPlan()
Update the current pricing plan.
|
PricingPlan |
GetPricingPlanResult.getCurrentPricingPlan()
The chosen pricing plan for the current billing cycle.
|
PricingPlan |
UpdatePricingPlanResult.getPendingPricingPlan()
Update the pending pricing plan.
|
PricingPlan |
GetPricingPlanResult.getPendingPricingPlan()
The pending pricing plan.
|
PricingPlan |
PricingPlan.withBillableEntityCount(Long billableEntityCount)
The billable entity count.
|
PricingPlan |
PricingPlan.withBundleInformation(BundleInformation bundleInformation)
The pricing plan's bundle information.
|
PricingPlan |
PricingPlan.withEffectiveDateTime(Date effectiveDateTime)
The effective date and time of the pricing plan.
|
PricingPlan |
PricingPlan.withPricingMode(PricingMode pricingMode)
The pricing mode.
|
PricingPlan |
PricingPlan.withPricingMode(String pricingMode)
The pricing mode.
|
PricingPlan |
PricingPlan.withUpdateDateTime(Date updateDateTime)
The set date and time for updating a pricing plan.
|
PricingPlan |
PricingPlan.withUpdateReason(String updateReason)
The update reason for changing a pricing plan.
|
PricingPlan |
PricingPlan.withUpdateReason(UpdateReason updateReason)
The update reason for changing a pricing plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePricingPlanResult.setCurrentPricingPlan(PricingPlan currentPricingPlan)
Update the current pricing plan.
|
void |
GetPricingPlanResult.setCurrentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
void |
UpdatePricingPlanResult.setPendingPricingPlan(PricingPlan pendingPricingPlan)
Update the pending pricing plan.
|
void |
GetPricingPlanResult.setPendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
|
UpdatePricingPlanResult |
UpdatePricingPlanResult.withCurrentPricingPlan(PricingPlan currentPricingPlan)
Update the current pricing plan.
|
GetPricingPlanResult |
GetPricingPlanResult.withCurrentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
UpdatePricingPlanResult |
UpdatePricingPlanResult.withPendingPricingPlan(PricingPlan pendingPricingPlan)
Update the pending pricing plan.
|
GetPricingPlanResult |
GetPricingPlanResult.withPendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
|
Copyright © 2024. All rights reserved.