Uses of Interface
software.amazon.awssdk.services.supplychain.auth.scheme.SupplyChainAuthSchemeProvider
-
Packages that use SupplyChainAuthSchemeProvider Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems.software.amazon.awssdk.services.supplychain.auth.scheme software.amazon.awssdk.services.supplychain.auth.scheme.internal software.amazon.awssdk.services.supplychain.internal -
-
Uses of SupplyChainAuthSchemeProvider in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return SupplyChainAuthSchemeProvider Modifier and Type Method Description SupplyChainAuthSchemeProviderSupplyChainServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerSupplyChainAuthSchemeProviderSupplyChainServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.supplychain with parameters of type SupplyChainAuthSchemeProvider Modifier and Type Method Description default BSupplyChainBaseClientBuilder. authSchemeProvider(SupplyChainAuthSchemeProvider authSchemeProvider)Set theSupplyChainAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.SupplyChainServiceClientConfiguration.BuilderSupplyChainServiceClientConfiguration.Builder. authSchemeProvider(SupplyChainAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of SupplyChainAuthSchemeProvider in software.amazon.awssdk.services.supplychain.auth.scheme
Methods in software.amazon.awssdk.services.supplychain.auth.scheme that return SupplyChainAuthSchemeProvider Modifier and Type Method Description static SupplyChainAuthSchemeProviderSupplyChainAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of SupplyChainAuthSchemeProvider in software.amazon.awssdk.services.supplychain.auth.scheme.internal
Classes in software.amazon.awssdk.services.supplychain.auth.scheme.internal that implement SupplyChainAuthSchemeProvider Modifier and Type Class Description classDefaultSupplyChainAuthSchemeProvider -
Uses of SupplyChainAuthSchemeProvider in software.amazon.awssdk.services.supplychain.internal
Methods in software.amazon.awssdk.services.supplychain.internal that return SupplyChainAuthSchemeProvider Modifier and Type Method Description SupplyChainAuthSchemeProviderSupplyChainServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.supplychain.internal with parameters of type SupplyChainAuthSchemeProvider Modifier and Type Method Description SupplyChainServiceClientConfiguration.BuilderSupplyChainServiceClientConfigurationBuilder. authSchemeProvider(SupplyChainAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-