Uses of Class
software.amazon.awssdk.services.invoicing.model.InvoiceUnit
-
Packages that use InvoiceUnit Package Description software.amazon.awssdk.services.invoicing.model software.amazon.awssdk.services.invoicing.paginators -
-
Uses of InvoiceUnit in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return types with arguments of type InvoiceUnit Modifier and Type Method Description List<InvoiceUnit>ListInvoiceUnitsResponse. invoiceUnits()An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.Methods in software.amazon.awssdk.services.invoicing.model with parameters of type InvoiceUnit Modifier and Type Method Description ListInvoiceUnitsResponse.BuilderListInvoiceUnitsResponse.Builder. invoiceUnits(InvoiceUnit... invoiceUnits)An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.Method parameters in software.amazon.awssdk.services.invoicing.model with type arguments of type InvoiceUnit Modifier and Type Method Description ListInvoiceUnitsResponse.BuilderListInvoiceUnitsResponse.Builder. invoiceUnits(Collection<InvoiceUnit> invoiceUnits)An invoice unit is a set of mutually exclusive accounts that correspond to your business entity. -
Uses of InvoiceUnit in software.amazon.awssdk.services.invoicing.paginators
Methods in software.amazon.awssdk.services.invoicing.paginators that return types with arguments of type InvoiceUnit Modifier and Type Method Description SdkIterable<InvoiceUnit>ListInvoiceUnitsIterable. invoiceUnits()Returns an iterable to iterate through the paginatedListInvoiceUnitsResponse.invoiceUnits()member.SdkPublisher<InvoiceUnit>ListInvoiceUnitsPublisher. invoiceUnits()Returns a publisher that can be used to get a stream of data.
-