Uses of Class
software.amazon.awssdk.services.devopsguru.model.CostEstimationStatus
-
Packages that use CostEstimationStatus Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CostEstimationStatus in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return CostEstimationStatus Modifier and Type Method Description static CostEstimationStatusCostEstimationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CostEstimationStatusGetCostEstimationResponse. status()The status of creating this cost estimate.static CostEstimationStatusCostEstimationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CostEstimationStatus[]CostEstimationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type CostEstimationStatus Modifier and Type Method Description static Set<CostEstimationStatus>CostEstimationStatus. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CostEstimationStatus Modifier and Type Method Description GetCostEstimationResponse.BuilderGetCostEstimationResponse.Builder. status(CostEstimationStatus status)The status of creating this cost estimate.
-