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