Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateCostStatus
-
Packages that use WorkloadEstimateCostStatus Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of WorkloadEstimateCostStatus in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return WorkloadEstimateCostStatus Modifier and Type Method Description static WorkloadEstimateCostStatusWorkloadEstimateCostStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadEstimateCostStatusBatchCreateWorkloadEstimateUsageItem. status()The current status of the created usage estimate.WorkloadEstimateCostStatusWorkloadEstimateUsageItem. status()The current status of this usage item.static WorkloadEstimateCostStatusWorkloadEstimateCostStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadEstimateCostStatus[]WorkloadEstimateCostStatus. 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 WorkloadEstimateCostStatus Modifier and Type Method Description static Set<WorkloadEstimateCostStatus>WorkloadEstimateCostStatus. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateCostStatus Modifier and Type Method Description BatchCreateWorkloadEstimateUsageItem.BuilderBatchCreateWorkloadEstimateUsageItem.Builder. status(WorkloadEstimateCostStatus status)The current status of the created usage estimate.WorkloadEstimateUsageItem.BuilderWorkloadEstimateUsageItem.Builder. status(WorkloadEstimateCostStatus status)The current status of this usage item.
-