| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<GroupDefinition> |
GetCostAndUsageRequest.groupBy()
You can group AWS costs using up to two different groups, either dimensions, tag keys, cost categories, or any
two group by types.
|
List<GroupDefinition> |
GetReservationCoverageRequest.groupBy()
You can group the data by the following attributes:
|
List<GroupDefinition> |
GetReservationUtilizationRequest.groupBy()
Groups only by
SUBSCRIPTION_ID. |
List<GroupDefinition> |
GetSavingsPlansCoverageRequest.groupBy()
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
List<GroupDefinition> |
GetCostAndUsageWithResourcesRequest.groupBy()
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
List<GroupDefinition> |
GetCostAndUsageWithResourcesResponse.groupDefinitions()
The groups that are specified by the
Filter or GroupBy parameters in the request. |
List<GroupDefinition> |
GetCostAndUsageResponse.groupDefinitions()
The groups that are specified by the
Filter or GroupBy parameters in the request. |
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageRequest.Builder |
GetCostAndUsageRequest.Builder.groupBy(GroupDefinition... groupBy)
You can group AWS costs using up to two different groups, either dimensions, tag keys, cost categories, or
any two group by types.
|
GetReservationCoverageRequest.Builder |
GetReservationCoverageRequest.Builder.groupBy(GroupDefinition... groupBy)
You can group the data by the following attributes:
|
GetReservationUtilizationRequest.Builder |
GetReservationUtilizationRequest.Builder.groupBy(GroupDefinition... groupBy)
Groups only by
SUBSCRIPTION_ID. |
GetSavingsPlansCoverageRequest.Builder |
GetSavingsPlansCoverageRequest.Builder.groupBy(GroupDefinition... groupBy)
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
GetCostAndUsageWithResourcesRequest.Builder |
GetCostAndUsageWithResourcesRequest.Builder.groupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesResponse.Builder |
GetCostAndUsageWithResourcesResponse.Builder.groupDefinitions(GroupDefinition... 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. |
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageRequest.Builder |
GetCostAndUsageRequest.Builder.groupBy(Collection<GroupDefinition> groupBy)
You can group AWS costs using up to two different groups, either dimensions, tag keys, cost categories, or
any two group by types.
|
GetReservationCoverageRequest.Builder |
GetReservationCoverageRequest.Builder.groupBy(Collection<GroupDefinition> groupBy)
You can group the data by the following attributes:
|
GetReservationUtilizationRequest.Builder |
GetReservationUtilizationRequest.Builder.groupBy(Collection<GroupDefinition> groupBy)
Groups only by
SUBSCRIPTION_ID. |
GetSavingsPlansCoverageRequest.Builder |
GetSavingsPlansCoverageRequest.Builder.groupBy(Collection<GroupDefinition> groupBy)
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
GetCostAndUsageWithResourcesRequest.Builder |
GetCostAndUsageWithResourcesRequest.Builder.groupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesResponse.Builder |
GetCostAndUsageWithResourcesResponse.Builder.groupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResponse.Builder |
GetCostAndUsageResponse.Builder.groupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
Copyright © 2021. All rights reserved.