Uses of Class
software.amazon.awssdk.services.lightsail.model.CostEstimate
-
Packages that use CostEstimate Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CostEstimate in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CostEstimate Modifier and Type Method Description List<CostEstimate>ResourceBudgetEstimate. costEstimates()The cost estimate for the specified budget.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type CostEstimate Modifier and Type Method Description ResourceBudgetEstimate.BuilderResourceBudgetEstimate.Builder. costEstimates(CostEstimate... costEstimates)The cost estimate for the specified budget.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type CostEstimate Modifier and Type Method Description ResourceBudgetEstimate.BuilderResourceBudgetEstimate.Builder. costEstimates(Collection<CostEstimate> costEstimates)The cost estimate for the specified budget.
-