Uses of Class
software.amazon.awssdk.services.invoicing.model.UpdateInvoiceUnitResponse
-
Packages that use UpdateInvoiceUnitResponse Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configuration -
-
Uses of UpdateInvoiceUnitResponse in software.amazon.awssdk.services.invoicing
Methods in software.amazon.awssdk.services.invoicing that return UpdateInvoiceUnitResponse Modifier and Type Method Description default UpdateInvoiceUnitResponseInvoicingClient. updateInvoiceUnit(Consumer<UpdateInvoiceUnitRequest.Builder> updateInvoiceUnitRequest)You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.default UpdateInvoiceUnitResponseInvoicingClient. updateInvoiceUnit(UpdateInvoiceUnitRequest updateInvoiceUnitRequest)You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.Methods in software.amazon.awssdk.services.invoicing that return types with arguments of type UpdateInvoiceUnitResponse Modifier and Type Method Description default CompletableFuture<UpdateInvoiceUnitResponse>InvoicingAsyncClient. updateInvoiceUnit(Consumer<UpdateInvoiceUnitRequest.Builder> updateInvoiceUnitRequest)You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.default CompletableFuture<UpdateInvoiceUnitResponse>InvoicingAsyncClient. updateInvoiceUnit(UpdateInvoiceUnitRequest updateInvoiceUnitRequest)You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.
-