Uses of Interface
software.amazon.awssdk.services.codeartifact.auth.scheme.CodeartifactAuthSchemeParams
-
Packages that use CodeartifactAuthSchemeParams Package Description software.amazon.awssdk.services.codeartifact.auth.scheme software.amazon.awssdk.services.codeartifact.auth.scheme.internal -
-
Uses of CodeartifactAuthSchemeParams in software.amazon.awssdk.services.codeartifact.auth.scheme
Methods in software.amazon.awssdk.services.codeartifact.auth.scheme that return CodeartifactAuthSchemeParams Modifier and Type Method Description CodeartifactAuthSchemeParamsCodeartifactAuthSchemeParams.Builder. build()Returns aCodeartifactAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.codeartifact.auth.scheme with parameters of type CodeartifactAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CodeartifactAuthSchemeProvider. resolveAuthScheme(CodeartifactAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CodeartifactAuthSchemeParams in software.amazon.awssdk.services.codeartifact.auth.scheme.internal
Classes in software.amazon.awssdk.services.codeartifact.auth.scheme.internal that implement CodeartifactAuthSchemeParams Modifier and Type Class Description classDefaultCodeartifactAuthSchemeParamsMethods in software.amazon.awssdk.services.codeartifact.auth.scheme.internal with parameters of type CodeartifactAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCodeartifactAuthSchemeProvider. resolveAuthScheme(CodeartifactAuthSchemeParams params)
-