Uses of Class
software.amazon.awssdk.services.billingconductor.model.GroupByAttributeName
-
Packages that use GroupByAttributeName Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of GroupByAttributeName in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return GroupByAttributeName Modifier and Type Method Description static GroupByAttributeNameGroupByAttributeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GroupByAttributeNameGroupByAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupByAttributeName[]GroupByAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type GroupByAttributeName Modifier and Type Method Description List<GroupByAttributeName>GetBillingGroupCostReportRequest. groupBy()A list of strings that specify the attributes that are used to break down costs in the margin summary reports for the billing group.static Set<GroupByAttributeName>GroupByAttributeName. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type GroupByAttributeName Modifier and Type Method Description GetBillingGroupCostReportRequest.BuilderGetBillingGroupCostReportRequest.Builder. groupBy(GroupByAttributeName... groupBy)A list of strings that specify the attributes that are used to break down costs in the margin summary reports for the billing group.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type GroupByAttributeName Modifier and Type Method Description GetBillingGroupCostReportRequest.BuilderGetBillingGroupCostReportRequest.Builder. groupBy(Collection<GroupByAttributeName> groupBy)A list of strings that specify the attributes that are used to break down costs in the margin summary reports for the billing group.
-