Uses of Class
software.amazon.awssdk.services.taxsettings.model.PutTaxExemptionResponse
-
Packages that use PutTaxExemptionResponse 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 PutTaxExemptionResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return PutTaxExemptionResponse Modifier and Type Method Description default PutTaxExemptionResponseTaxSettingsClient. putTaxExemption(Consumer<PutTaxExemptionRequest.Builder> putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.default PutTaxExemptionResponseTaxSettingsClient. putTaxExemption(PutTaxExemptionRequest putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type PutTaxExemptionResponse Modifier and Type Method Description default CompletableFuture<PutTaxExemptionResponse>TaxSettingsAsyncClient. putTaxExemption(Consumer<PutTaxExemptionRequest.Builder> putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.default CompletableFuture<PutTaxExemptionResponse>TaxSettingsAsyncClient. putTaxExemption(PutTaxExemptionRequest putTaxExemptionRequest)Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.
-