Uses of Class
software.amazon.awssdk.services.taxsettings.paginators.ListTaxExemptionsIterable
-
Packages that use ListTaxExemptionsIterable Package Description software.amazon.awssdk.services.taxsettings You can use the tax setting API to programmatically set, modify, and delete the tax registration number (TRN), associated business legal name, and address (Collectively referred to as "TRN information"). -
-
Uses of ListTaxExemptionsIterable in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return ListTaxExemptionsIterable Modifier and Type Method Description default ListTaxExemptionsIterableTaxSettingsClient. listTaxExemptionsPaginator(Consumer<ListTaxExemptionsRequest.Builder> listTaxExemptionsRequest)This is a variant ofTaxSettingsClient.listTaxExemptions(software.amazon.awssdk.services.taxsettings.model.ListTaxExemptionsRequest)operation.default ListTaxExemptionsIterableTaxSettingsClient. listTaxExemptionsPaginator(ListTaxExemptionsRequest listTaxExemptionsRequest)This is a variant ofTaxSettingsClient.listTaxExemptions(software.amazon.awssdk.services.taxsettings.model.ListTaxExemptionsRequest)operation.
-