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