Uses of Interface
software.amazon.awssdk.services.codecatalyst.auth.scheme.CodeCatalystAuthSchemeProvider
-
Packages that use CodeCatalystAuthSchemeProvider Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.auth.scheme software.amazon.awssdk.services.codecatalyst.auth.scheme.internal software.amazon.awssdk.services.codecatalyst.internal -
-
Uses of CodeCatalystAuthSchemeProvider in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return CodeCatalystAuthSchemeProvider Modifier and Type Method Description CodeCatalystAuthSchemeProviderCodeCatalystServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerCodeCatalystAuthSchemeProviderCodeCatalystServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codecatalyst with parameters of type CodeCatalystAuthSchemeProvider Modifier and Type Method Description default BCodeCatalystBaseClientBuilder. authSchemeProvider(CodeCatalystAuthSchemeProvider authSchemeProvider)Set theCodeCatalystAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.CodeCatalystServiceClientConfiguration.BuilderCodeCatalystServiceClientConfiguration.Builder. authSchemeProvider(CodeCatalystAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of CodeCatalystAuthSchemeProvider in software.amazon.awssdk.services.codecatalyst.auth.scheme
Methods in software.amazon.awssdk.services.codecatalyst.auth.scheme that return CodeCatalystAuthSchemeProvider Modifier and Type Method Description static CodeCatalystAuthSchemeProviderCodeCatalystAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of CodeCatalystAuthSchemeProvider in software.amazon.awssdk.services.codecatalyst.auth.scheme.internal
Classes in software.amazon.awssdk.services.codecatalyst.auth.scheme.internal that implement CodeCatalystAuthSchemeProvider Modifier and Type Class Description classDefaultCodeCatalystAuthSchemeProvider -
Uses of CodeCatalystAuthSchemeProvider in software.amazon.awssdk.services.codecatalyst.internal
Methods in software.amazon.awssdk.services.codecatalyst.internal that return CodeCatalystAuthSchemeProvider Modifier and Type Method Description CodeCatalystAuthSchemeProviderCodeCatalystServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codecatalyst.internal with parameters of type CodeCatalystAuthSchemeProvider Modifier and Type Method Description CodeCatalystServiceClientConfiguration.BuilderCodeCatalystServiceClientConfigurationBuilder. authSchemeProvider(CodeCatalystAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-