Uses of Class
software.amazon.awssdk.services.taxsettings.model.GetTaxInheritanceResponse
-
Packages that use GetTaxInheritanceResponse 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 GetTaxInheritanceResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return GetTaxInheritanceResponse Modifier and Type Method Description default GetTaxInheritanceResponseTaxSettingsClient. getTaxInheritance(Consumer<GetTaxInheritanceRequest.Builder> getTaxInheritanceRequest)The get account tax inheritance status.default GetTaxInheritanceResponseTaxSettingsClient. getTaxInheritance(GetTaxInheritanceRequest getTaxInheritanceRequest)The get account tax inheritance status.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type GetTaxInheritanceResponse Modifier and Type Method Description default CompletableFuture<GetTaxInheritanceResponse>TaxSettingsAsyncClient. getTaxInheritance(Consumer<GetTaxInheritanceRequest.Builder> getTaxInheritanceRequest)The get account tax inheritance status.default CompletableFuture<GetTaxInheritanceResponse>TaxSettingsAsyncClient. getTaxInheritance(GetTaxInheritanceRequest getTaxInheritanceRequest)The get account tax inheritance status.
-