Uses of Interface
software.amazon.awssdk.services.codeconnections.auth.scheme.CodeConnectionsAuthSchemeProvider
-
-
Uses of CodeConnectionsAuthSchemeProvider in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CodeConnectionsAuthSchemeProvider Modifier and Type Method Description CodeConnectionsAuthSchemeProviderCodeConnectionsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerCodeConnectionsAuthSchemeProviderCodeConnectionsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codeconnections with parameters of type CodeConnectionsAuthSchemeProvider Modifier and Type Method Description default BCodeConnectionsBaseClientBuilder. authSchemeProvider(CodeConnectionsAuthSchemeProvider authSchemeProvider)Set theCodeConnectionsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.CodeConnectionsServiceClientConfiguration.BuilderCodeConnectionsServiceClientConfiguration.Builder. authSchemeProvider(CodeConnectionsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of CodeConnectionsAuthSchemeProvider in software.amazon.awssdk.services.codeconnections.auth.scheme
Methods in software.amazon.awssdk.services.codeconnections.auth.scheme that return CodeConnectionsAuthSchemeProvider Modifier and Type Method Description static CodeConnectionsAuthSchemeProviderCodeConnectionsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of CodeConnectionsAuthSchemeProvider in software.amazon.awssdk.services.codeconnections.auth.scheme.internal
Classes in software.amazon.awssdk.services.codeconnections.auth.scheme.internal that implement CodeConnectionsAuthSchemeProvider Modifier and Type Class Description classDefaultCodeConnectionsAuthSchemeProvider -
Uses of CodeConnectionsAuthSchemeProvider in software.amazon.awssdk.services.codeconnections.internal
Methods in software.amazon.awssdk.services.codeconnections.internal that return CodeConnectionsAuthSchemeProvider Modifier and Type Method Description CodeConnectionsAuthSchemeProviderCodeConnectionsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codeconnections.internal with parameters of type CodeConnectionsAuthSchemeProvider Modifier and Type Method Description CodeConnectionsServiceClientConfiguration.BuilderCodeConnectionsServiceClientConfigurationBuilder. authSchemeProvider(CodeConnectionsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-