Uses of Class
software.amazon.awssdk.services.billingconductor.model.BillingGroupCostReportElement
-
Packages that use BillingGroupCostReportElement Package Description software.amazon.awssdk.services.billingconductor.model software.amazon.awssdk.services.billingconductor.paginators -
-
Uses of BillingGroupCostReportElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BillingGroupCostReportElement Modifier and Type Method Description List<BillingGroupCostReportElement>ListBillingGroupCostReportsResponse. billingGroupCostReports()A list ofBillingGroupCostReportElementretrieved.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type BillingGroupCostReportElement Modifier and Type Method Description ListBillingGroupCostReportsResponse.BuilderListBillingGroupCostReportsResponse.Builder. billingGroupCostReports(BillingGroupCostReportElement... billingGroupCostReports)A list ofBillingGroupCostReportElementretrieved.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type BillingGroupCostReportElement Modifier and Type Method Description ListBillingGroupCostReportsResponse.BuilderListBillingGroupCostReportsResponse.Builder. billingGroupCostReports(Collection<BillingGroupCostReportElement> billingGroupCostReports)A list ofBillingGroupCostReportElementretrieved. -
Uses of BillingGroupCostReportElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type BillingGroupCostReportElement Modifier and Type Method Description SdkIterable<BillingGroupCostReportElement>ListBillingGroupCostReportsIterable. billingGroupCostReports()Returns an iterable to iterate through the paginatedListBillingGroupCostReportsResponse.billingGroupCostReports()member.SdkPublisher<BillingGroupCostReportElement>ListBillingGroupCostReportsPublisher. billingGroupCostReports()Returns a publisher that can be used to get a stream of data.
-