Uses of Class
io.github.cdklabs.projen.release.CodeArtifactAuthProvider
-
Packages that use CodeArtifactAuthProvider Package Description io.github.cdklabs.projen.release -
-
Uses of CodeArtifactAuthProvider in io.github.cdklabs.projen.release
Methods in io.github.cdklabs.projen.release that return CodeArtifactAuthProvider Modifier and Type Method Description default CodeArtifactAuthProviderCodeArtifactOptions. getAuthProvider()(experimental) Provider to use for authorizing requests to AWS CodeArtifact.CodeArtifactAuthProviderCodeArtifactOptions.Jsii$Proxy. getAuthProvider()static CodeArtifactAuthProviderCodeArtifactAuthProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeArtifactAuthProvider[]CodeArtifactAuthProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.release with parameters of type CodeArtifactAuthProvider Modifier and Type Method Description CodeArtifactOptions.BuilderCodeArtifactOptions.Builder. authProvider(CodeArtifactAuthProvider authProvider)Sets the value ofCodeArtifactOptions.getAuthProvider()
-