Uses of Class
software.amazon.awssdk.services.taxsettings.model.BatchGetTaxExemptionsResponse
-
Packages that use BatchGetTaxExemptionsResponse 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 BatchGetTaxExemptionsResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return BatchGetTaxExemptionsResponse Modifier and Type Method Description default BatchGetTaxExemptionsResponseTaxSettingsClient. batchGetTaxExemptions(Consumer<BatchGetTaxExemptionsRequest.Builder> batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts.default BatchGetTaxExemptionsResponseTaxSettingsClient. batchGetTaxExemptions(BatchGetTaxExemptionsRequest batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type BatchGetTaxExemptionsResponse Modifier and Type Method Description default CompletableFuture<BatchGetTaxExemptionsResponse>TaxSettingsAsyncClient. batchGetTaxExemptions(Consumer<BatchGetTaxExemptionsRequest.Builder> batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts.default CompletableFuture<BatchGetTaxExemptionsResponse>TaxSettingsAsyncClient. batchGetTaxExemptions(BatchGetTaxExemptionsRequest batchGetTaxExemptionsRequest)Get the active tax exemptions for a given list of accounts.
-