Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillScenarioStatus
-
Packages that use BillScenarioStatus Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BillScenarioStatus in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BillScenarioStatus Modifier and Type Method Description static BillScenarioStatusBillScenarioStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BillScenarioStatusBillScenarioSummary. status()The current status of the bill scenario.BillScenarioStatusCreateBillScenarioResponse. status()The current status of the bill scenario.BillScenarioStatusGetBillScenarioResponse. status()The current status of the bill scenario.BillScenarioStatusUpdateBillScenarioResponse. status()The current status of the updated bill scenario.static BillScenarioStatusBillScenarioStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BillScenarioStatus[]BillScenarioStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BillScenarioStatus Modifier and Type Method Description static Set<BillScenarioStatus>BillScenarioStatus. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillScenarioStatus Modifier and Type Method Description BillScenarioSummary.BuilderBillScenarioSummary.Builder. status(BillScenarioStatus status)The current status of the bill scenario.CreateBillScenarioResponse.BuilderCreateBillScenarioResponse.Builder. status(BillScenarioStatus status)The current status of the bill scenario.GetBillScenarioResponse.BuilderGetBillScenarioResponse.Builder. status(BillScenarioStatus status)The current status of the bill scenario.UpdateBillScenarioResponse.BuilderUpdateBillScenarioResponse.Builder. status(BillScenarioStatus status)The current status of the updated bill scenario.
-