| 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<PutTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.putTaxRegistrationAsync(PutTaxRegistrationRequest request,
AsyncHandler<PutTaxRegistrationRequest,PutTaxRegistrationResult> asyncHandler) |
Future<PutTaxRegistrationResult> |
AWSTaxSettingsAsync.putTaxRegistrationAsync(PutTaxRegistrationRequest putTaxRegistrationRequest,
AsyncHandler<PutTaxRegistrationRequest,PutTaxRegistrationResult> asyncHandler)
Adds or updates tax registration for a single account.
|
Future<PutTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.putTaxRegistrationAsync(PutTaxRegistrationRequest request,
AsyncHandler<PutTaxRegistrationRequest,PutTaxRegistrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutTaxRegistrationRequest |
PutTaxRegistrationRequest.clone() |
PutTaxRegistrationRequest |
PutTaxRegistrationRequest.withAccountId(String accountId)
Your unique account identifier.
|
PutTaxRegistrationRequest |
PutTaxRegistrationRequest.withTaxRegistrationEntry(TaxRegistrationEntry taxRegistrationEntry)
Your TRN information that will be stored to the account mentioned in
accountId. |
Copyright © 2025. All rights reserved.