| Package | Description |
|---|---|
| com.amazonaws.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").
|
| com.amazonaws.services.taxsettings.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutTaxRegistrationResult |
AWSTaxSettingsClient.batchPutTaxRegistration(BatchPutTaxRegistrationRequest request)
Adds or updates tax registration for multiple accounts in batch.
|
BatchPutTaxRegistrationResult |
AbstractAWSTaxSettings.batchPutTaxRegistration(BatchPutTaxRegistrationRequest request) |
BatchPutTaxRegistrationResult |
AWSTaxSettings.batchPutTaxRegistration(BatchPutTaxRegistrationRequest batchPutTaxRegistrationRequest)
Adds or updates tax registration for multiple accounts in batch.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchPutTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.batchPutTaxRegistrationAsync(BatchPutTaxRegistrationRequest request,
AsyncHandler<BatchPutTaxRegistrationRequest,BatchPutTaxRegistrationResult> asyncHandler) |
Future<BatchPutTaxRegistrationResult> |
AWSTaxSettingsAsync.batchPutTaxRegistrationAsync(BatchPutTaxRegistrationRequest batchPutTaxRegistrationRequest,
AsyncHandler<BatchPutTaxRegistrationRequest,BatchPutTaxRegistrationResult> asyncHandler)
Adds or updates tax registration for multiple accounts in batch.
|
Future<BatchPutTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.batchPutTaxRegistrationAsync(BatchPutTaxRegistrationRequest request,
AsyncHandler<BatchPutTaxRegistrationRequest,BatchPutTaxRegistrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchPutTaxRegistrationResult |
BatchPutTaxRegistrationResult.clone() |
BatchPutTaxRegistrationResult |
BatchPutTaxRegistrationResult.withErrors(BatchPutTaxRegistrationError... errors)
List of errors for the accounts the TRN information could not be added or updated to.
|
BatchPutTaxRegistrationResult |
BatchPutTaxRegistrationResult.withErrors(Collection<BatchPutTaxRegistrationError> errors)
List of errors for the accounts the TRN information could not be added or updated to.
|
BatchPutTaxRegistrationResult |
BatchPutTaxRegistrationResult.withStatus(String status)
The status of your TRN stored in the system after processing.
|
BatchPutTaxRegistrationResult |
BatchPutTaxRegistrationResult.withStatus(TaxRegistrationStatus status)
The status of your TRN stored in the system after processing.
|
Copyright © 2025. All rights reserved.