Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillEstimateStatus
-
Packages that use BillEstimateStatus Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BillEstimateStatus in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BillEstimateStatus Modifier and Type Method Description static BillEstimateStatusBillEstimateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BillEstimateStatusBillEstimateSummary. status()The current status of the bill estimate.BillEstimateStatusCreateBillEstimateResponse. status()The status of your newly created Bill estimate.BillEstimateStatusGetBillEstimateResponse. status()The current status of the bill estimate.BillEstimateStatusUpdateBillEstimateResponse. status()The current status of the updated bill estimate.static BillEstimateStatusBillEstimateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BillEstimateStatus[]BillEstimateStatus. 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 BillEstimateStatus Modifier and Type Method Description static Set<BillEstimateStatus>BillEstimateStatus. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillEstimateStatus Modifier and Type Method Description BillEstimateSummary.BuilderBillEstimateSummary.Builder. status(BillEstimateStatus status)The current status of the bill estimate.CreateBillEstimateResponse.BuilderCreateBillEstimateResponse.Builder. status(BillEstimateStatus status)The status of your newly created Bill estimate.GetBillEstimateResponse.BuilderGetBillEstimateResponse.Builder. status(BillEstimateStatus status)The current status of the bill estimate.UpdateBillEstimateResponse.BuilderUpdateBillEstimateResponse.Builder. status(BillEstimateStatus status)The current status of the updated bill estimate.
-