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