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