Uses of Interface
software.amazon.awssdk.services.appintegrations.auth.scheme.AppIntegrationsAuthSchemeProvider
-
Packages that use AppIntegrationsAuthSchemeProvider Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.auth.scheme software.amazon.awssdk.services.appintegrations.auth.scheme.internal software.amazon.awssdk.services.appintegrations.internal -
-
Uses of AppIntegrationsAuthSchemeProvider in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return AppIntegrationsAuthSchemeProvider Modifier and Type Method Description AppIntegrationsAuthSchemeProviderAppIntegrationsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerAppIntegrationsAuthSchemeProviderAppIntegrationsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.appintegrations with parameters of type AppIntegrationsAuthSchemeProvider Modifier and Type Method Description default BAppIntegrationsBaseClientBuilder. authSchemeProvider(AppIntegrationsAuthSchemeProvider authSchemeProvider)Set theAppIntegrationsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.AppIntegrationsServiceClientConfiguration.BuilderAppIntegrationsServiceClientConfiguration.Builder. authSchemeProvider(AppIntegrationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of AppIntegrationsAuthSchemeProvider in software.amazon.awssdk.services.appintegrations.auth.scheme
Methods in software.amazon.awssdk.services.appintegrations.auth.scheme that return AppIntegrationsAuthSchemeProvider Modifier and Type Method Description static AppIntegrationsAuthSchemeProviderAppIntegrationsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of AppIntegrationsAuthSchemeProvider in software.amazon.awssdk.services.appintegrations.auth.scheme.internal
Classes in software.amazon.awssdk.services.appintegrations.auth.scheme.internal that implement AppIntegrationsAuthSchemeProvider Modifier and Type Class Description classDefaultAppIntegrationsAuthSchemeProvider -
Uses of AppIntegrationsAuthSchemeProvider in software.amazon.awssdk.services.appintegrations.internal
Methods in software.amazon.awssdk.services.appintegrations.internal that return AppIntegrationsAuthSchemeProvider Modifier and Type Method Description AppIntegrationsAuthSchemeProviderAppIntegrationsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.appintegrations.internal with parameters of type AppIntegrationsAuthSchemeProvider Modifier and Type Method Description AppIntegrationsServiceClientConfiguration.BuilderAppIntegrationsServiceClientConfigurationBuilder. authSchemeProvider(AppIntegrationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-