Uses of Class
software.amazon.awssdk.services.taxsettings.model.PutTaxInheritanceResponse
-
Packages that use PutTaxInheritanceResponse 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 PutTaxInheritanceResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return PutTaxInheritanceResponse Modifier and Type Method Description default PutTaxInheritanceResponseTaxSettingsClient. putTaxInheritance(Consumer<PutTaxInheritanceRequest.Builder> putTaxInheritanceRequest)The updated tax inheritance status.default PutTaxInheritanceResponseTaxSettingsClient. putTaxInheritance(PutTaxInheritanceRequest putTaxInheritanceRequest)The updated tax inheritance status.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type PutTaxInheritanceResponse Modifier and Type Method Description default CompletableFuture<PutTaxInheritanceResponse>TaxSettingsAsyncClient. putTaxInheritance(Consumer<PutTaxInheritanceRequest.Builder> putTaxInheritanceRequest)The updated tax inheritance status.default CompletableFuture<PutTaxInheritanceResponse>TaxSettingsAsyncClient. putTaxInheritance(PutTaxInheritanceRequest putTaxInheritanceRequest)The updated tax inheritance status.
-