Uses of Interface
software.amazon.awssdk.services.redshift.auth.scheme.RedshiftAuthSchemeParams
-
Packages that use RedshiftAuthSchemeParams Package Description software.amazon.awssdk.services.redshift.auth.scheme software.amazon.awssdk.services.redshift.auth.scheme.internal -
-
Uses of RedshiftAuthSchemeParams in software.amazon.awssdk.services.redshift.auth.scheme
Methods in software.amazon.awssdk.services.redshift.auth.scheme that return RedshiftAuthSchemeParams Modifier and Type Method Description RedshiftAuthSchemeParamsRedshiftAuthSchemeParams.Builder. build()Returns aRedshiftAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.redshift.auth.scheme with parameters of type RedshiftAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>RedshiftAuthSchemeProvider. resolveAuthScheme(RedshiftAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of RedshiftAuthSchemeParams in software.amazon.awssdk.services.redshift.auth.scheme.internal
Classes in software.amazon.awssdk.services.redshift.auth.scheme.internal that implement RedshiftAuthSchemeParams Modifier and Type Class Description classDefaultRedshiftAuthSchemeParamsMethods in software.amazon.awssdk.services.redshift.auth.scheme.internal with parameters of type RedshiftAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultRedshiftAuthSchemeProvider. resolveAuthScheme(RedshiftAuthSchemeParams params)List<AuthSchemeOption>PreferredRedshiftAuthSchemeProvider. resolveAuthScheme(RedshiftAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.
-