Uses of Class
software.amazon.awssdk.services.invoicing.model.InvoiceUnitRule
-
Packages that use InvoiceUnitRule Package Description software.amazon.awssdk.services.invoicing.model -
-
Uses of InvoiceUnitRule in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return InvoiceUnitRule Modifier and Type Method Description InvoiceUnitRuleCreateInvoiceUnitRequest. rule()TheInvoiceUnitRuleobject used to create invoice units.InvoiceUnitRuleGetInvoiceUnitResponse. rule()Returns the value of the Rule property for this object.InvoiceUnitRuleInvoiceUnit. rule()AnInvoiceUnitRuleobject used the categorize invoice units.InvoiceUnitRuleUpdateInvoiceUnitRequest. rule()TheInvoiceUnitRuleobject used to update invoice units.Methods in software.amazon.awssdk.services.invoicing.model with parameters of type InvoiceUnitRule Modifier and Type Method Description CreateInvoiceUnitRequest.BuilderCreateInvoiceUnitRequest.Builder. rule(InvoiceUnitRule rule)TheInvoiceUnitRuleobject used to create invoice units.GetInvoiceUnitResponse.BuilderGetInvoiceUnitResponse.Builder. rule(InvoiceUnitRule rule)Sets the value of the Rule property for this object.InvoiceUnit.BuilderInvoiceUnit.Builder. rule(InvoiceUnitRule rule)AnInvoiceUnitRuleobject used the categorize invoice units.UpdateInvoiceUnitRequest.BuilderUpdateInvoiceUnitRequest.Builder. rule(InvoiceUnitRule rule)TheInvoiceUnitRuleobject used to update invoice units.
-