Uses of Interface
software.amazon.awssdk.services.wisdom.auth.scheme.WisdomAuthSchemeProvider
-
Packages that use WisdomAuthSchemeProvider Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.auth.scheme software.amazon.awssdk.services.wisdom.auth.scheme.internal software.amazon.awssdk.services.wisdom.internal -
-
Uses of WisdomAuthSchemeProvider in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return WisdomAuthSchemeProvider Modifier and Type Method Description WisdomAuthSchemeProviderWisdomServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerWisdomAuthSchemeProviderWisdomServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.wisdom with parameters of type WisdomAuthSchemeProvider Modifier and Type Method Description default BWisdomBaseClientBuilder. authSchemeProvider(WisdomAuthSchemeProvider authSchemeProvider)Set theWisdomAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.WisdomServiceClientConfiguration.BuilderWisdomServiceClientConfiguration.Builder. authSchemeProvider(WisdomAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of WisdomAuthSchemeProvider in software.amazon.awssdk.services.wisdom.auth.scheme
Methods in software.amazon.awssdk.services.wisdom.auth.scheme that return WisdomAuthSchemeProvider Modifier and Type Method Description static WisdomAuthSchemeProviderWisdomAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of WisdomAuthSchemeProvider in software.amazon.awssdk.services.wisdom.auth.scheme.internal
Classes in software.amazon.awssdk.services.wisdom.auth.scheme.internal that implement WisdomAuthSchemeProvider Modifier and Type Class Description classDefaultWisdomAuthSchemeProvider -
Uses of WisdomAuthSchemeProvider in software.amazon.awssdk.services.wisdom.internal
Methods in software.amazon.awssdk.services.wisdom.internal that return WisdomAuthSchemeProvider Modifier and Type Method Description WisdomAuthSchemeProviderWisdomServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.wisdom.internal with parameters of type WisdomAuthSchemeProvider Modifier and Type Method Description WisdomServiceClientConfiguration.BuilderWisdomServiceClientConfigurationBuilder. authSchemeProvider(WisdomAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-