| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
EstimateByTime |
EstimateByTime.clone() |
EstimateByTime |
EstimateByTime.withCurrency(Currency currency)
The currency of the estimate in USD.
|
EstimateByTime |
EstimateByTime.withCurrency(String currency)
The currency of the estimate in USD.
|
EstimateByTime |
EstimateByTime.withPricingUnit(PricingUnit pricingUnit)
The unit of measurement that's used for the cost estimate.
|
EstimateByTime |
EstimateByTime.withPricingUnit(String pricingUnit)
The unit of measurement that's used for the cost estimate.
|
EstimateByTime |
EstimateByTime.withTimePeriod(TimePeriod timePeriod)
The period of time, in days, that an estimate covers.
|
EstimateByTime |
EstimateByTime.withUnit(Double unit)
The number of pricing units used to calculate the total number of hours.
|
EstimateByTime |
EstimateByTime.withUsageCost(Double usageCost)
The amount of cost or usage that's measured for the cost estimate.
|
| Modifier and Type | Method and Description |
|---|---|
List<EstimateByTime> |
CostEstimate.getResultsByTime()
The cost estimate result that's associated with a time period.
|
| Modifier and Type | Method and Description |
|---|---|
CostEstimate |
CostEstimate.withResultsByTime(EstimateByTime... resultsByTime)
The cost estimate result that's associated with a time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CostEstimate.setResultsByTime(Collection<EstimateByTime> resultsByTime)
The cost estimate result that's associated with a time period.
|
CostEstimate |
CostEstimate.withResultsByTime(Collection<EstimateByTime> resultsByTime)
The cost estimate result that's associated with a time period.
|
Copyright © 2025. All rights reserved.