| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
GroupDefinition |
GroupDefinition.clone() |
GroupDefinition |
GroupDefinition.withKey(String key)
The string that represents a key for a specified group.
|
GroupDefinition |
GroupDefinition.withType(GroupDefinitionType type)
The string that represents the type of group.
|
GroupDefinition |
GroupDefinition.withType(String type)
The string that represents the type of group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupDefinition> |
GetReservationUtilizationRequest.getGroupBy()
Groups only by
SUBSCRIPTION_ID. |
List<GroupDefinition> |
GetCostAndUsageWithResourcesRequest.getGroupBy()
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
List<GroupDefinition> |
GetCostAndUsageRequest.getGroupBy()
You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys, cost
categories, or any two group by types.
|
List<GroupDefinition> |
GetReservationCoverageRequest.getGroupBy()
You can group the data by the following attributes:
|
List<GroupDefinition> |
GetSavingsPlansCoverageRequest.getGroupBy()
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
List<GroupDefinition> |
GetCostAndUsageResult.getGroupDefinitions()
The groups that are specified by the
Filter or GroupBy parameters in the request. |
List<GroupDefinition> |
GetCostAndUsageWithResourcesResult.getGroupDefinitions()
The groups that are specified by the
Filter or GroupBy parameters in the request. |
| Modifier and Type | Method and Description |
|---|---|
GetReservationUtilizationRequest |
GetReservationUtilizationRequest.withGroupBy(GroupDefinition... groupBy)
Groups only by
SUBSCRIPTION_ID. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGroupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageRequest |
GetCostAndUsageRequest.withGroupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys, cost
categories, or any two group by types.
|
GetReservationCoverageRequest |
GetReservationCoverageRequest.withGroupBy(GroupDefinition... groupBy)
You can group the data by the following attributes:
|
GetSavingsPlansCoverageRequest |
GetSavingsPlansCoverageRequest.withGroupBy(GroupDefinition... groupBy)
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
GetCostAndUsageResult |
GetCostAndUsageResult.withGroupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withGroupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetReservationUtilizationRequest.setGroupBy(Collection<GroupDefinition> groupBy)
Groups only by
SUBSCRIPTION_ID. |
void |
GetCostAndUsageWithResourcesRequest.setGroupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
void |
GetCostAndUsageRequest.setGroupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys, cost
categories, or any two group by types.
|
void |
GetReservationCoverageRequest.setGroupBy(Collection<GroupDefinition> groupBy)
You can group the data by the following attributes:
|
void |
GetSavingsPlansCoverageRequest.setGroupBy(Collection<GroupDefinition> groupBy)
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
void |
GetCostAndUsageResult.setGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
void |
GetCostAndUsageWithResourcesResult.setGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetReservationUtilizationRequest |
GetReservationUtilizationRequest.withGroupBy(Collection<GroupDefinition> groupBy)
Groups only by
SUBSCRIPTION_ID. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGroupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageRequest |
GetCostAndUsageRequest.withGroupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups, either dimensions, tag keys, cost
categories, or any two group by types.
|
GetReservationCoverageRequest |
GetReservationCoverageRequest.withGroupBy(Collection<GroupDefinition> groupBy)
You can group the data by the following attributes:
|
GetSavingsPlansCoverageRequest |
GetSavingsPlansCoverageRequest.withGroupBy(Collection<GroupDefinition> groupBy)
You can group the data using the attributes
INSTANCE_FAMILY, REGION, or
SERVICE. |
GetCostAndUsageResult |
GetCostAndUsageResult.withGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
Copyright © 2023. All rights reserved.