Uses of Interface
software.amazon.awssdk.services.mobile.auth.scheme.MobileAuthSchemeProvider
-
Packages that use MobileAuthSchemeProvider Package Description software.amazon.awssdk.services.mobile AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.software.amazon.awssdk.services.mobile.auth.scheme software.amazon.awssdk.services.mobile.auth.scheme.internal software.amazon.awssdk.services.mobile.internal -
-
Uses of MobileAuthSchemeProvider in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return MobileAuthSchemeProvider Modifier and Type Method Description MobileAuthSchemeProviderMobileServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerMobileAuthSchemeProviderMobileServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.mobile with parameters of type MobileAuthSchemeProvider Modifier and Type Method Description default BMobileBaseClientBuilder. authSchemeProvider(MobileAuthSchemeProvider authSchemeProvider)Set theMobileAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.MobileServiceClientConfiguration.BuilderMobileServiceClientConfiguration.Builder. authSchemeProvider(MobileAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of MobileAuthSchemeProvider in software.amazon.awssdk.services.mobile.auth.scheme
Methods in software.amazon.awssdk.services.mobile.auth.scheme that return MobileAuthSchemeProvider Modifier and Type Method Description static MobileAuthSchemeProviderMobileAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of MobileAuthSchemeProvider in software.amazon.awssdk.services.mobile.auth.scheme.internal
Classes in software.amazon.awssdk.services.mobile.auth.scheme.internal that implement MobileAuthSchemeProvider Modifier and Type Class Description classDefaultMobileAuthSchemeProvider -
Uses of MobileAuthSchemeProvider in software.amazon.awssdk.services.mobile.internal
Methods in software.amazon.awssdk.services.mobile.internal that return MobileAuthSchemeProvider Modifier and Type Method Description MobileAuthSchemeProviderMobileServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.mobile.internal with parameters of type MobileAuthSchemeProvider Modifier and Type Method Description MobileServiceClientConfiguration.BuilderMobileServiceClientConfigurationBuilder. authSchemeProvider(MobileAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-