Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.auth.scheme.AlexaForBusinessAuthSchemeProvider
-
Packages that use AlexaForBusinessAuthSchemeProvider Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.auth.scheme software.amazon.awssdk.services.alexaforbusiness.auth.scheme.internal software.amazon.awssdk.services.alexaforbusiness.internal -
-
Uses of AlexaForBusinessAuthSchemeProvider in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return AlexaForBusinessAuthSchemeProvider Modifier and Type Method Description AlexaForBusinessAuthSchemeProviderAlexaForBusinessServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerAlexaForBusinessAuthSchemeProviderAlexaForBusinessServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.alexaforbusiness with parameters of type AlexaForBusinessAuthSchemeProvider Modifier and Type Method Description default BAlexaForBusinessBaseClientBuilder. authSchemeProvider(AlexaForBusinessAuthSchemeProvider authSchemeProvider)Set theAlexaForBusinessAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.AlexaForBusinessServiceClientConfiguration.BuilderAlexaForBusinessServiceClientConfiguration.Builder. authSchemeProvider(AlexaForBusinessAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of AlexaForBusinessAuthSchemeProvider in software.amazon.awssdk.services.alexaforbusiness.auth.scheme
Methods in software.amazon.awssdk.services.alexaforbusiness.auth.scheme that return AlexaForBusinessAuthSchemeProvider Modifier and Type Method Description static AlexaForBusinessAuthSchemeProviderAlexaForBusinessAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of AlexaForBusinessAuthSchemeProvider in software.amazon.awssdk.services.alexaforbusiness.auth.scheme.internal
Classes in software.amazon.awssdk.services.alexaforbusiness.auth.scheme.internal that implement AlexaForBusinessAuthSchemeProvider Modifier and Type Class Description classDefaultAlexaForBusinessAuthSchemeProvider -
Uses of AlexaForBusinessAuthSchemeProvider in software.amazon.awssdk.services.alexaforbusiness.internal
Methods in software.amazon.awssdk.services.alexaforbusiness.internal that return AlexaForBusinessAuthSchemeProvider Modifier and Type Method Description AlexaForBusinessAuthSchemeProviderAlexaForBusinessServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.alexaforbusiness.internal with parameters of type AlexaForBusinessAuthSchemeProvider Modifier and Type Method Description AlexaForBusinessServiceClientConfiguration.BuilderAlexaForBusinessServiceClientConfigurationBuilder. authSchemeProvider(AlexaForBusinessAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-