| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.builder() |
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.dimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.dimensionValueAttributes(Consumer<DimensionValuesWithAttributes.Builder>... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.dimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.groupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.groupDefinitions(Consumer<GroupDefinition.Builder>... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.groupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.nextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.resultsByTime(Collection<ResultByTime> resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.resultsByTime(Consumer<ResultByTime.Builder>... resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.resultsByTime(ResultByTime... resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCostAndUsageResponse.Builder> |
GetCostAndUsageResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.