| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static GetPricingPlanResponse.Builder |
GetPricingPlanResponse.builder() |
default GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.currentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
default GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)
The pending pricing plan.
|
GetPricingPlanResponse.Builder |
GetPricingPlanResponse.Builder.pendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
|
GetPricingPlanResponse.Builder |
GetPricingPlanResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPricingPlanResponse.Builder> |
GetPricingPlanResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.