Uses of Class
software.amazon.awssdk.services.costexplorer.model.ResultByTime
-
Packages that use ResultByTime Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ResultByTime in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ResultByTime Modifier and Type Method Description List<ResultByTime>GetCostAndUsageResponse. resultsByTime()The time period that's covered by the results in the response.List<ResultByTime>GetCostAndUsageWithResourcesResponse. resultsByTime()The time period that's covered by the results in the response.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ResultByTime Modifier and Type Method Description GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. resultsByTime(ResultByTime... resultsByTime)The time period that's covered by the results in the response.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. resultsByTime(ResultByTime... resultsByTime)The time period that's covered by the results in the response.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type ResultByTime Modifier and Type Method Description GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. resultsByTime(Collection<ResultByTime> resultsByTime)The time period that's covered by the results in the response.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. resultsByTime(Collection<ResultByTime> resultsByTime)The time period that's covered by the results in the response.
-