Uses of Class
software.amazon.awssdk.services.taxsettings.model.GetTaxExemptionTypesResponse
-
Packages that use GetTaxExemptionTypesResponse 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 GetTaxExemptionTypesResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return GetTaxExemptionTypesResponse Modifier and Type Method Description default GetTaxExemptionTypesResponseTaxSettingsClient. getTaxExemptionTypes(Consumer<GetTaxExemptionTypesRequest.Builder> getTaxExemptionTypesRequest)Get supported tax exemption types.default GetTaxExemptionTypesResponseTaxSettingsClient. getTaxExemptionTypes(GetTaxExemptionTypesRequest getTaxExemptionTypesRequest)Get supported tax exemption types.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type GetTaxExemptionTypesResponse Modifier and Type Method Description default CompletableFuture<GetTaxExemptionTypesResponse>TaxSettingsAsyncClient. getTaxExemptionTypes(Consumer<GetTaxExemptionTypesRequest.Builder> getTaxExemptionTypesRequest)Get supported tax exemption types.default CompletableFuture<GetTaxExemptionTypesResponse>TaxSettingsAsyncClient. getTaxExemptionTypes(GetTaxExemptionTypesRequest getTaxExemptionTypesRequest)Get supported tax exemption types.
-