| 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 |
|---|---|
Future<BatchDeleteTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.batchDeleteTaxRegistrationAsync(BatchDeleteTaxRegistrationRequest request,
AsyncHandler<BatchDeleteTaxRegistrationRequest,BatchDeleteTaxRegistrationResult> asyncHandler) |
Future<BatchDeleteTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.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 |
|---|---|
BatchDeleteTaxRegistrationRequest |
BatchDeleteTaxRegistrationRequest.clone() |
BatchDeleteTaxRegistrationRequest |
BatchDeleteTaxRegistrationRequest.withAccountIds(Collection<String> accountIds)
List of unique account identifiers.
|
BatchDeleteTaxRegistrationRequest |
BatchDeleteTaxRegistrationRequest.withAccountIds(String... accountIds)
List of unique account identifiers.
|
Copyright © 2024. All rights reserved.