Uses of Class
software.amazon.awssdk.services.taxsettings.model.BatchPutTaxRegistrationResponse
-
Packages that use BatchPutTaxRegistrationResponse 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 BatchPutTaxRegistrationResponse in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return BatchPutTaxRegistrationResponse Modifier and Type Method Description default BatchPutTaxRegistrationResponseTaxSettingsClient. batchPutTaxRegistration(Consumer<BatchPutTaxRegistrationRequest.Builder> batchPutTaxRegistrationRequest)Adds or updates tax registration for multiple accounts in batch.default BatchPutTaxRegistrationResponseTaxSettingsClient. batchPutTaxRegistration(BatchPutTaxRegistrationRequest batchPutTaxRegistrationRequest)Adds or updates tax registration for multiple accounts in batch.Methods in software.amazon.awssdk.services.taxsettings that return types with arguments of type BatchPutTaxRegistrationResponse Modifier and Type Method Description default CompletableFuture<BatchPutTaxRegistrationResponse>TaxSettingsAsyncClient. batchPutTaxRegistration(Consumer<BatchPutTaxRegistrationRequest.Builder> batchPutTaxRegistrationRequest)Adds or updates tax registration for multiple accounts in batch.default CompletableFuture<BatchPutTaxRegistrationResponse>TaxSettingsAsyncClient. batchPutTaxRegistration(BatchPutTaxRegistrationRequest batchPutTaxRegistrationRequest)Adds or updates tax registration for multiple accounts in batch.
-