Uses of Class
software.amazon.awssdk.services.taxsettings.model.PutTaxRegistrationResponse
-
Packages that use PutTaxRegistrationResponse 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 PutTaxRegistrationResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return PutTaxRegistrationResponse Modifier and Type Method Description default PutTaxRegistrationResponseTaxSettingsClient. putTaxRegistration(Consumer<PutTaxRegistrationRequest.Builder> putTaxRegistrationRequest)Adds or updates tax registration for a single account.default PutTaxRegistrationResponseTaxSettingsClient. putTaxRegistration(PutTaxRegistrationRequest putTaxRegistrationRequest)Adds or updates tax registration for a single account.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type PutTaxRegistrationResponse Modifier and Type Method Description default CompletableFuture<PutTaxRegistrationResponse>TaxSettingsAsyncClient. putTaxRegistration(Consumer<PutTaxRegistrationRequest.Builder> putTaxRegistrationRequest)Adds or updates tax registration for a single account.default CompletableFuture<PutTaxRegistrationResponse>TaxSettingsAsyncClient. putTaxRegistration(PutTaxRegistrationRequest putTaxRegistrationRequest)Adds or updates tax registration for a single account.
-