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