Uses of Class
software.amazon.awssdk.services.taxsettings.model.DeleteTaxRegistrationResponse
-
Packages that use DeleteTaxRegistrationResponse 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 DeleteTaxRegistrationResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return DeleteTaxRegistrationResponse Modifier and Type Method Description default DeleteTaxRegistrationResponseTaxSettingsClient. deleteTaxRegistration(Consumer<DeleteTaxRegistrationRequest.Builder> deleteTaxRegistrationRequest)Deletes tax registration for a single account.default DeleteTaxRegistrationResponseTaxSettingsClient. deleteTaxRegistration(DeleteTaxRegistrationRequest deleteTaxRegistrationRequest)Deletes tax registration for a single account.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type DeleteTaxRegistrationResponse Modifier and Type Method Description default CompletableFuture<DeleteTaxRegistrationResponse>TaxSettingsAsyncClient. deleteTaxRegistration(Consumer<DeleteTaxRegistrationRequest.Builder> deleteTaxRegistrationRequest)Deletes tax registration for a single account.default CompletableFuture<DeleteTaxRegistrationResponse>TaxSettingsAsyncClient. deleteTaxRegistration(DeleteTaxRegistrationRequest deleteTaxRegistrationRequest)Deletes tax registration for a single account.
-