Uses of Class
software.amazon.awssdk.services.lightsail.model.EstimateByTime
-
Packages that use EstimateByTime Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of EstimateByTime in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type EstimateByTime Modifier and Type Method Description List<EstimateByTime>CostEstimate. resultsByTime()The cost estimate result that's associated with a time period.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type EstimateByTime Modifier and Type Method Description CostEstimate.BuilderCostEstimate.Builder. resultsByTime(EstimateByTime... resultsByTime)The cost estimate result that's associated with a time period.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type EstimateByTime Modifier and Type Method Description CostEstimate.BuilderCostEstimate.Builder. resultsByTime(Collection<EstimateByTime> resultsByTime)The cost estimate result that's associated with a time period.
-