Uses of Interface
software.amazon.awssdk.services.taxsettings.auth.scheme.TaxSettingsAuthSchemeProvider
-
Packages that use TaxSettingsAuthSchemeProvider 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.auth.scheme software.amazon.awssdk.services.taxsettings.auth.scheme.internal software.amazon.awssdk.services.taxsettings.internal -
-
Uses of TaxSettingsAuthSchemeProvider in software.amazon.awssdk.services.taxsettings
Methods in software.amazon.awssdk.services.taxsettings that return TaxSettingsAuthSchemeProvider Modifier and Type Method Description TaxSettingsAuthSchemeProviderTaxSettingsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerTaxSettingsAuthSchemeProviderTaxSettingsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.taxsettings with parameters of type TaxSettingsAuthSchemeProvider Modifier and Type Method Description default BTaxSettingsBaseClientBuilder. authSchemeProvider(TaxSettingsAuthSchemeProvider authSchemeProvider)Set theTaxSettingsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.TaxSettingsServiceClientConfiguration.BuilderTaxSettingsServiceClientConfiguration.Builder. authSchemeProvider(TaxSettingsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of TaxSettingsAuthSchemeProvider in software.amazon.awssdk.services.taxsettings.auth.scheme
Methods in software.amazon.awssdk.services.taxsettings.auth.scheme that return TaxSettingsAuthSchemeProvider Modifier and Type Method Description static TaxSettingsAuthSchemeProviderTaxSettingsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of TaxSettingsAuthSchemeProvider in software.amazon.awssdk.services.taxsettings.auth.scheme.internal
Classes in software.amazon.awssdk.services.taxsettings.auth.scheme.internal that implement TaxSettingsAuthSchemeProvider Modifier and Type Class Description classDefaultTaxSettingsAuthSchemeProvider -
Uses of TaxSettingsAuthSchemeProvider in software.amazon.awssdk.services.taxsettings.internal
Methods in software.amazon.awssdk.services.taxsettings.internal that return TaxSettingsAuthSchemeProvider Modifier and Type Method Description TaxSettingsAuthSchemeProviderTaxSettingsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.taxsettings.internal with parameters of type TaxSettingsAuthSchemeProvider Modifier and Type Method Description TaxSettingsServiceClientConfiguration.BuilderTaxSettingsServiceClientConfigurationBuilder. authSchemeProvider(TaxSettingsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-