Uses of Class
software.amazon.awssdk.services.taxsettings.model.BatchDeleteTaxRegistrationResponse
-
Packages that use BatchDeleteTaxRegistrationResponse 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 BatchDeleteTaxRegistrationResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return BatchDeleteTaxRegistrationResponse Modifier and Type Method Description default BatchDeleteTaxRegistrationResponseTaxSettingsClient. batchDeleteTaxRegistration(Consumer<BatchDeleteTaxRegistrationRequest.Builder> batchDeleteTaxRegistrationRequest)Deletes tax registration for multiple accounts in batch.default BatchDeleteTaxRegistrationResponseTaxSettingsClient. batchDeleteTaxRegistration(BatchDeleteTaxRegistrationRequest batchDeleteTaxRegistrationRequest)Deletes tax registration for multiple accounts in batch.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type BatchDeleteTaxRegistrationResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteTaxRegistrationResponse>TaxSettingsAsyncClient. batchDeleteTaxRegistration(Consumer<BatchDeleteTaxRegistrationRequest.Builder> batchDeleteTaxRegistrationRequest)Deletes tax registration for multiple accounts in batch.default CompletableFuture<BatchDeleteTaxRegistrationResponse>TaxSettingsAsyncClient. batchDeleteTaxRegistration(BatchDeleteTaxRegistrationRequest batchDeleteTaxRegistrationRequest)Deletes tax registration for multiple accounts in batch.
-