Uses of Interface
software.amazon.awssdk.services.codeartifact.auth.scheme.CodeartifactAuthSchemeProvider
-
Packages that use CodeartifactAuthSchemeProvider Package Description software.amazon.awssdk.services.codeartifact CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet.software.amazon.awssdk.services.codeartifact.auth.scheme software.amazon.awssdk.services.codeartifact.auth.scheme.internal software.amazon.awssdk.services.codeartifact.internal -
-
Uses of CodeartifactAuthSchemeProvider in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return CodeartifactAuthSchemeProvider Modifier and Type Method Description CodeartifactAuthSchemeProviderCodeartifactServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerCodeartifactAuthSchemeProviderCodeartifactServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codeartifact with parameters of type CodeartifactAuthSchemeProvider Modifier and Type Method Description default BCodeartifactBaseClientBuilder. authSchemeProvider(CodeartifactAuthSchemeProvider authSchemeProvider)Set theCodeartifactAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.CodeartifactServiceClientConfiguration.BuilderCodeartifactServiceClientConfiguration.Builder. authSchemeProvider(CodeartifactAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of CodeartifactAuthSchemeProvider in software.amazon.awssdk.services.codeartifact.auth.scheme
Methods in software.amazon.awssdk.services.codeartifact.auth.scheme that return CodeartifactAuthSchemeProvider Modifier and Type Method Description static CodeartifactAuthSchemeProviderCodeartifactAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of CodeartifactAuthSchemeProvider in software.amazon.awssdk.services.codeartifact.auth.scheme.internal
Classes in software.amazon.awssdk.services.codeartifact.auth.scheme.internal that implement CodeartifactAuthSchemeProvider Modifier and Type Class Description classDefaultCodeartifactAuthSchemeProvider -
Uses of CodeartifactAuthSchemeProvider in software.amazon.awssdk.services.codeartifact.internal
Methods in software.amazon.awssdk.services.codeartifact.internal that return CodeartifactAuthSchemeProvider Modifier and Type Method Description CodeartifactAuthSchemeProviderCodeartifactServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.codeartifact.internal with parameters of type CodeartifactAuthSchemeProvider Modifier and Type Method Description CodeartifactServiceClientConfiguration.BuilderCodeartifactServiceClientConfigurationBuilder. authSchemeProvider(CodeartifactAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-