Uses of Interface
software.amazon.awssdk.services.taxsettings.TaxSettingsClient
-
Packages that use TaxSettingsClient Package Description software.amazon.awssdk.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").software.amazon.awssdk.services.taxsettings.paginators -
-
Uses of TaxSettingsClient in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return TaxSettingsClient Modifier and Type Method Description static TaxSettingsClientTaxSettingsClient. create()Create aTaxSettingsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TaxSettingsClient in software.amazon.awssdk.services.taxsettings.paginators
Constructors in software.amazon.awssdk.services.taxsettings.paginators with parameters of type TaxSettingsClient Constructor Description ListSupplementalTaxRegistrationsIterable(TaxSettingsClient client, ListSupplementalTaxRegistrationsRequest firstRequest)ListTaxExemptionsIterable(TaxSettingsClient client, ListTaxExemptionsRequest firstRequest)ListTaxRegistrationsIterable(TaxSettingsClient client, ListTaxRegistrationsRequest firstRequest)
-