| 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<DeleteTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.deleteTaxRegistrationAsync(DeleteTaxRegistrationRequest request,
AsyncHandler<DeleteTaxRegistrationRequest,DeleteTaxRegistrationResult> asyncHandler) |
Future<DeleteTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.deleteTaxRegistrationAsync(DeleteTaxRegistrationRequest request,
AsyncHandler<DeleteTaxRegistrationRequest,DeleteTaxRegistrationResult> asyncHandler) |
Future<DeleteTaxRegistrationResult> |
AWSTaxSettingsAsync.deleteTaxRegistrationAsync(DeleteTaxRegistrationRequest deleteTaxRegistrationRequest,
AsyncHandler<DeleteTaxRegistrationRequest,DeleteTaxRegistrationResult> asyncHandler)
Deletes tax registration for a single account.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTaxRegistrationRequest |
DeleteTaxRegistrationRequest.clone() |
DeleteTaxRegistrationRequest |
DeleteTaxRegistrationRequest.withAccountId(String accountId)
Unique account identifier for the TRN information that needs to be deleted.
|
Copyright © 2025. All rights reserved.