| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceBudgetEstimate |
ResourceBudgetEstimate.clone() |
ResourceBudgetEstimate |
ResourceBudgetEstimate.withCostEstimates(Collection<CostEstimate> costEstimates)
The cost estimate for the specified budget.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withCostEstimates(CostEstimate... costEstimates)
The cost estimate for the specified budget.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withEndTime(Date endTime)
The estimate end time.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withResourceName(String resourceName)
The resource name.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withResourceType(ResourceType resourceType)
The type of resource the budget will track.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withResourceType(String resourceType)
The type of resource the budget will track.
|
ResourceBudgetEstimate |
ResourceBudgetEstimate.withStartTime(Date startTime)
The estimate start time.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceBudgetEstimate> |
GetCostEstimateResult.getResourcesBudgetEstimate()
Returns the estimate's forecasted cost or usage.
|
| Modifier and Type | Method and Description |
|---|---|
GetCostEstimateResult |
GetCostEstimateResult.withResourcesBudgetEstimate(ResourceBudgetEstimate... resourcesBudgetEstimate)
Returns the estimate's forecasted cost or usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCostEstimateResult.setResourcesBudgetEstimate(Collection<ResourceBudgetEstimate> resourcesBudgetEstimate)
Returns the estimate's forecasted cost or usage.
|
GetCostEstimateResult |
GetCostEstimateResult.withResourcesBudgetEstimate(Collection<ResourceBudgetEstimate> resourcesBudgetEstimate)
Returns the estimate's forecasted cost or usage.
|
Copyright © 2023. All rights reserved.