Uses of Interface
software.amazon.awssdk.services.honeycode.auth.scheme.HoneycodeAuthSchemeProvider
-
Packages that use HoneycodeAuthSchemeProvider Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.auth.scheme software.amazon.awssdk.services.honeycode.auth.scheme.internal software.amazon.awssdk.services.honeycode.internal -
-
Uses of HoneycodeAuthSchemeProvider in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return HoneycodeAuthSchemeProvider Modifier and Type Method Description HoneycodeAuthSchemeProviderHoneycodeServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerHoneycodeAuthSchemeProviderHoneycodeServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.honeycode with parameters of type HoneycodeAuthSchemeProvider Modifier and Type Method Description default BHoneycodeBaseClientBuilder. authSchemeProvider(HoneycodeAuthSchemeProvider authSchemeProvider)Set theHoneycodeAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfiguration.Builder. authSchemeProvider(HoneycodeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of HoneycodeAuthSchemeProvider in software.amazon.awssdk.services.honeycode.auth.scheme
Methods in software.amazon.awssdk.services.honeycode.auth.scheme that return HoneycodeAuthSchemeProvider Modifier and Type Method Description static HoneycodeAuthSchemeProviderHoneycodeAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of HoneycodeAuthSchemeProvider in software.amazon.awssdk.services.honeycode.auth.scheme.internal
Classes in software.amazon.awssdk.services.honeycode.auth.scheme.internal that implement HoneycodeAuthSchemeProvider Modifier and Type Class Description classDefaultHoneycodeAuthSchemeProvider -
Uses of HoneycodeAuthSchemeProvider in software.amazon.awssdk.services.honeycode.internal
Methods in software.amazon.awssdk.services.honeycode.internal that return HoneycodeAuthSchemeProvider Modifier and Type Method Description HoneycodeAuthSchemeProviderHoneycodeServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.honeycode.internal with parameters of type HoneycodeAuthSchemeProvider Modifier and Type Method Description HoneycodeServiceClientConfiguration.BuilderHoneycodeServiceClientConfigurationBuilder. authSchemeProvider(HoneycodeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-