| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PricingPlan |
GetPricingPlanResponse.currentPricingPlan()
The chosen pricing plan for the current billing cycle.
|
PricingPlan |
UpdatePricingPlanResponse.currentPricingPlan()
Update the current pricing plan.
|
PricingPlan |
GetPricingPlanResponse.pendingPricingPlan()
The pending pricing plan.
|
PricingPlan |
UpdatePricingPlanResponse.pendingPricingPlan()
Update the pending pricing plan.
|
| Modifier and Type | Method and Description |
|---|---|
GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
UpdatePricingPlanResponse.Builder |
UpdatePricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan)
Update the current pricing plan.
|
GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
|
UpdatePricingPlanResponse.Builder |
UpdatePricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan)
Update the pending pricing plan.
|
Copyright © 2023. All rights reserved.