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