Uses of Class
software.amazon.awssdk.services.billingconductor.model.BillingGroupCostReportResultElement
-
Packages that use BillingGroupCostReportResultElement Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of BillingGroupCostReportResultElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BillingGroupCostReportResultElement Modifier and Type Method Description List<BillingGroupCostReportResultElement>GetBillingGroupCostReportResponse. billingGroupCostReportResults()The list of margin summary reports.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type BillingGroupCostReportResultElement Modifier and Type Method Description GetBillingGroupCostReportResponse.BuilderGetBillingGroupCostReportResponse.Builder. billingGroupCostReportResults(BillingGroupCostReportResultElement... billingGroupCostReportResults)The list of margin summary reports.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type BillingGroupCostReportResultElement Modifier and Type Method Description GetBillingGroupCostReportResponse.BuilderGetBillingGroupCostReportResponse.Builder. billingGroupCostReportResults(Collection<BillingGroupCostReportResultElement> billingGroupCostReportResults)The list of margin summary reports.
-