| 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 |
|---|---|
BatchDeleteTaxRegistrationResult |
AbstractAWSTaxSettings.batchDeleteTaxRegistration(BatchDeleteTaxRegistrationRequest request) |
BatchDeleteTaxRegistrationResult |
AWSTaxSettingsClient.batchDeleteTaxRegistration(BatchDeleteTaxRegistrationRequest request)
Deletes tax registration for multiple accounts in batch.
|
BatchDeleteTaxRegistrationResult |
AWSTaxSettings.batchDeleteTaxRegistration(BatchDeleteTaxRegistrationRequest batchDeleteTaxRegistrationRequest)
Deletes tax registration for multiple accounts in batch.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.batchDeleteTaxRegistrationAsync(BatchDeleteTaxRegistrationRequest request,
AsyncHandler<BatchDeleteTaxRegistrationRequest,BatchDeleteTaxRegistrationResult> asyncHandler) |
Future<BatchDeleteTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.batchDeleteTaxRegistrationAsync(BatchDeleteTaxRegistrationRequest request,
AsyncHandler<BatchDeleteTaxRegistrationRequest,BatchDeleteTaxRegistrationResult> asyncHandler) |
Future<BatchDeleteTaxRegistrationResult> |
AWSTaxSettingsAsync.batchDeleteTaxRegistrationAsync(BatchDeleteTaxRegistrationRequest batchDeleteTaxRegistrationRequest,
AsyncHandler<BatchDeleteTaxRegistrationRequest,BatchDeleteTaxRegistrationResult> asyncHandler)
Deletes tax registration for multiple accounts in batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTaxRegistrationResult |
BatchDeleteTaxRegistrationResult.clone() |
BatchDeleteTaxRegistrationResult |
BatchDeleteTaxRegistrationResult.withErrors(BatchDeleteTaxRegistrationError... errors)
The list of errors for the accounts the TRN information could not be deleted for.
|
BatchDeleteTaxRegistrationResult |
BatchDeleteTaxRegistrationResult.withErrors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
|
Copyright © 2024. All rights reserved.