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