Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxExemption
-
Packages that use TaxExemption Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxExemption in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxExemption Modifier and Type Method Description List<TaxExemption>TaxExemptionDetails. taxExemptions()Tax exemptions.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxExemption Modifier and Type Method Description TaxExemptionDetails.BuilderTaxExemptionDetails.Builder. taxExemptions(TaxExemption... taxExemptions)Tax exemptions.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxExemption Modifier and Type Method Description TaxExemptionDetails.BuilderTaxExemptionDetails.Builder. taxExemptions(Collection<TaxExemption> taxExemptions)Tax exemptions.
-