| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateReason |
UpdateReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UpdateReason |
PricingPlan.updateReason()
The update reason for changing a pricing plan.
|
static UpdateReason |
UpdateReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateReason[] |
UpdateReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UpdateReason> |
UpdateReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PricingPlan.Builder |
PricingPlan.Builder.updateReason(UpdateReason updateReason)
The update reason for changing a pricing plan.
|
Copyright © 2023. All rights reserved.