Uses of Interface
software.amazon.awssdk.services.taxsettings.TaxSettingsBaseClientBuilder
-
Packages that use TaxSettingsBaseClientBuilder 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"). -
-
Uses of TaxSettingsBaseClientBuilder in software.amazon.awssdk.services.taxsettings
Classes in software.amazon.awssdk.services.taxsettings with type parameters of type TaxSettingsBaseClientBuilder Modifier and Type Interface Description interfaceTaxSettingsBaseClientBuilder<B extends TaxSettingsBaseClientBuilder<B,C>,C>This includes configuration specific to Tax Settings that is supported by bothTaxSettingsClientBuilderandTaxSettingsAsyncClientBuilder.Subinterfaces of TaxSettingsBaseClientBuilder in software.amazon.awssdk.services.taxsettings Modifier and Type Interface Description interfaceTaxSettingsAsyncClientBuilderA builder for creating an instance ofTaxSettingsAsyncClient.interfaceTaxSettingsClientBuilderA builder for creating an instance ofTaxSettingsClient.
-