Uses of Class
software.amazon.awssdk.services.taxsettings.model.PutTaxExemptionRequest
-
Packages that use PutTaxExemptionRequest 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").software.amazon.awssdk.services.taxsettings.transform -
-
Uses of PutTaxExemptionRequest in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings with parameters of type PutTaxExemptionRequest Modifier and Type Method Description default CompletableFuture<PutTaxExemptionResponse>TaxSettingsAsyncClient. putTaxExemption(PutTaxExemptionRequest 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. -
Uses of PutTaxExemptionRequest in software.amazon.awssdk.services.taxsettings.transform
Methods in software.amazon.awssdk.services.taxsettings.transform with parameters of type PutTaxExemptionRequest Modifier and Type Method Description SdkHttpFullRequestPutTaxExemptionRequestMarshaller. marshall(PutTaxExemptionRequest putTaxExemptionRequest)
-