| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.resultsByTime(ResultByTime... resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageWithResourcesResponse.Builder |
GetCostAndUsageWithResourcesResponse.Builder.resultsByTime(ResultByTime... resultsByTime)
The time period that's covered by the results in the response.
|
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.resultsByTime(Collection<ResultByTime> resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageWithResourcesResponse.Builder |
GetCostAndUsageWithResourcesResponse.Builder.resultsByTime(Collection<ResultByTime> resultsByTime)
The time period that's covered by the results in the response.
|
Copyright © 2022. All rights reserved.