Uses of Interface
software.amazon.awssdk.services.taxsettings.TaxSettingsAsyncClient
-
Packages that use TaxSettingsAsyncClient 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 TaxSettingsAsyncClient in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return TaxSettingsAsyncClient Modifier and Type Method Description static TaxSettingsAsyncClientTaxSettingsAsyncClient. create()Create aTaxSettingsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TaxSettingsAsyncClient in software.amazon.awssdk.services.taxsettings.paginators
Constructors in software.amazon.awssdk.services.taxsettings.paginators with parameters of type TaxSettingsAsyncClient Constructor Description ListSupplementalTaxRegistrationsPublisher(TaxSettingsAsyncClient client, ListSupplementalTaxRegistrationsRequest firstRequest)ListTaxExemptionsPublisher(TaxSettingsAsyncClient client, ListTaxExemptionsRequest firstRequest)ListTaxRegistrationsPublisher(TaxSettingsAsyncClient client, ListTaxRegistrationsRequest firstRequest)
-