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