Uses of Class
software.amazon.awssdk.services.taxsettings.model.GetTaxRegistrationResponse
-
Packages that use GetTaxRegistrationResponse 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 GetTaxRegistrationResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return GetTaxRegistrationResponse Modifier and Type Method Description default GetTaxRegistrationResponseTaxSettingsClient. getTaxRegistration(Consumer<GetTaxRegistrationRequest.Builder> getTaxRegistrationRequest)Retrieves tax registration for a single account.default GetTaxRegistrationResponseTaxSettingsClient. getTaxRegistration(GetTaxRegistrationRequest getTaxRegistrationRequest)Retrieves tax registration for a single account.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type GetTaxRegistrationResponse Modifier and Type Method Description default CompletableFuture<GetTaxRegistrationResponse>TaxSettingsAsyncClient. getTaxRegistration(Consumer<GetTaxRegistrationRequest.Builder> getTaxRegistrationRequest)Retrieves tax registration for a single account.default CompletableFuture<GetTaxRegistrationResponse>TaxSettingsAsyncClient. getTaxRegistration(GetTaxRegistrationRequest getTaxRegistrationRequest)Retrieves tax registration for a single account.
-