Uses of Class
software.amazon.awssdk.services.costexplorer.model.GroupDefinition
-
Packages that use GroupDefinition Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of GroupDefinition in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type GroupDefinition Modifier and Type Method Description List<GroupDefinition>GetCostAndUsageRequest. 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.List<GroupDefinition>GetCostAndUsageWithResourcesRequest. groupBy()You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.List<GroupDefinition>GetReservationCoverageRequest. groupBy()You can group the data by the following attributes:List<GroupDefinition>GetReservationUtilizationRequest. groupBy()Groups only bySUBSCRIPTION_ID.List<GroupDefinition>GetSavingsPlansCoverageRequest. groupBy()You can group the data using the attributesINSTANCE_FAMILY,REGION, orSERVICE.List<GroupDefinition>GetCostAndUsageResponse. groupDefinitions()The groups that are specified by theFilterorGroupByparameters in the request.List<GroupDefinition>GetCostAndUsageWithResourcesResponse. groupDefinitions()The groups that are specified by theFilterorGroupByparameters in the request.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type GroupDefinition Modifier and Type Method Description GetCostAndUsageRequest.BuilderGetCostAndUsageRequest.Builder. groupBy(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.GetCostAndUsageWithResourcesRequest.BuilderGetCostAndUsageWithResourcesRequest.Builder. groupBy(GroupDefinition... groupBy)You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.GetReservationCoverageRequest.BuilderGetReservationCoverageRequest.Builder. groupBy(GroupDefinition... groupBy)You can group the data by the following attributes:GetReservationUtilizationRequest.BuilderGetReservationUtilizationRequest.Builder. groupBy(GroupDefinition... groupBy)Groups only bySUBSCRIPTION_ID.GetSavingsPlansCoverageRequest.BuilderGetSavingsPlansCoverageRequest.Builder. groupBy(GroupDefinition... groupBy)You can group the data using the attributesINSTANCE_FAMILY,REGION, orSERVICE.GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. groupDefinitions(GroupDefinition... groupDefinitions)The groups that are specified by theFilterorGroupByparameters in the request.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. groupDefinitions(GroupDefinition... groupDefinitions)The groups that are specified by theFilterorGroupByparameters in the request.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type GroupDefinition Modifier and Type Method Description GetCostAndUsageRequest.BuilderGetCostAndUsageRequest.Builder. groupBy(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.GetCostAndUsageWithResourcesRequest.BuilderGetCostAndUsageWithResourcesRequest.Builder. groupBy(Collection<GroupDefinition> groupBy)You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.GetReservationCoverageRequest.BuilderGetReservationCoverageRequest.Builder. groupBy(Collection<GroupDefinition> groupBy)You can group the data by the following attributes:GetReservationUtilizationRequest.BuilderGetReservationUtilizationRequest.Builder. groupBy(Collection<GroupDefinition> groupBy)Groups only bySUBSCRIPTION_ID.GetSavingsPlansCoverageRequest.BuilderGetSavingsPlansCoverageRequest.Builder. groupBy(Collection<GroupDefinition> groupBy)You can group the data using the attributesINSTANCE_FAMILY,REGION, orSERVICE.GetCostAndUsageResponse.BuilderGetCostAndUsageResponse.Builder. groupDefinitions(Collection<GroupDefinition> groupDefinitions)The groups that are specified by theFilterorGroupByparameters in the request.GetCostAndUsageWithResourcesResponse.BuilderGetCostAndUsageWithResourcesResponse.Builder. groupDefinitions(Collection<GroupDefinition> groupDefinitions)The groups that are specified by theFilterorGroupByparameters in the request.
-