Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateStatus
-
Packages that use WorkloadEstimateStatus Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of WorkloadEstimateStatus in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return WorkloadEstimateStatus Modifier and Type Method Description static WorkloadEstimateStatusWorkloadEstimateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadEstimateStatusCreateWorkloadEstimateResponse. status()The current status of the workload estimate.WorkloadEstimateStatusGetWorkloadEstimateResponse. status()The current status of the workload estimate.WorkloadEstimateStatusUpdateWorkloadEstimateResponse. status()The current status of the updated workload estimate.WorkloadEstimateStatusWorkloadEstimateSummary. status()The current status of the workload estimate.static WorkloadEstimateStatusWorkloadEstimateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadEstimateStatus[]WorkloadEstimateStatus. 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 WorkloadEstimateStatus Modifier and Type Method Description static Set<WorkloadEstimateStatus>WorkloadEstimateStatus. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateStatus Modifier and Type Method Description CreateWorkloadEstimateResponse.BuilderCreateWorkloadEstimateResponse.Builder. status(WorkloadEstimateStatus status)The current status of the workload estimate.GetWorkloadEstimateResponse.BuilderGetWorkloadEstimateResponse.Builder. status(WorkloadEstimateStatus status)The current status of the workload estimate.UpdateWorkloadEstimateResponse.BuilderUpdateWorkloadEstimateResponse.Builder. status(WorkloadEstimateStatus status)The current status of the updated workload estimate.WorkloadEstimateSummary.BuilderWorkloadEstimateSummary.Builder. status(WorkloadEstimateStatus status)The current status of the workload estimate.
-