| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CostEstimate |
CostEstimate.clone() |
CostEstimate |
CostEstimate.withResultsByTime(Collection<EstimateByTime> resultsByTime)
The cost estimate result that's associated with a time period.
|
CostEstimate |
CostEstimate.withResultsByTime(EstimateByTime... resultsByTime)
The cost estimate result that's associated with a time period.
|
CostEstimate |
CostEstimate.withUsageType(String usageType)
The types of usage that are included in the estimate, such as costs, usage, or data transfer.
|
| Modifier and Type | Method and Description |
|---|---|
List<CostEstimate> |
ResourceBudgetEstimate.getCostEstimates()
The cost estimate for the specified budget.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withCostEstimates(CostEstimate... costEstimates)
The cost estimate for the specified budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceBudgetEstimate.setCostEstimates(Collection<CostEstimate> costEstimates)
The cost estimate for the specified budget.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withCostEstimates(Collection<CostEstimate> costEstimates)
The cost estimate for the specified budget.
|
Copyright © 2023. All rights reserved.