| 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 |
|---|---|
GetTaxRegistrationResult |
AbstractAWSTaxSettings.getTaxRegistration(GetTaxRegistrationRequest request) |
GetTaxRegistrationResult |
AWSTaxSettingsClient.getTaxRegistration(GetTaxRegistrationRequest request)
Retrieves tax registration for a single account.
|
GetTaxRegistrationResult |
AWSTaxSettings.getTaxRegistration(GetTaxRegistrationRequest getTaxRegistrationRequest)
Retrieves tax registration for a single account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTaxRegistrationResult> |
AbstractAWSTaxSettingsAsync.getTaxRegistrationAsync(GetTaxRegistrationRequest request,
AsyncHandler<GetTaxRegistrationRequest,GetTaxRegistrationResult> asyncHandler) |
Future<GetTaxRegistrationResult> |
AWSTaxSettingsAsyncClient.getTaxRegistrationAsync(GetTaxRegistrationRequest request,
AsyncHandler<GetTaxRegistrationRequest,GetTaxRegistrationResult> asyncHandler) |
Future<GetTaxRegistrationResult> |
AWSTaxSettingsAsync.getTaxRegistrationAsync(GetTaxRegistrationRequest getTaxRegistrationRequest,
AsyncHandler<GetTaxRegistrationRequest,GetTaxRegistrationResult> asyncHandler)
Retrieves tax registration for a single account.
|
| Modifier and Type | Method and Description |
|---|---|
GetTaxRegistrationResult |
GetTaxRegistrationResult.clone() |
GetTaxRegistrationResult |
GetTaxRegistrationResult.withTaxRegistration(TaxRegistration taxRegistration)
TRN information of the account mentioned in the request.
|
Copyright © 2025. All rights reserved.