Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme.CognitoIdentityProviderAuthSchemeParams
-
-
Uses of CognitoIdentityProviderAuthSchemeParams in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme
Methods in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme that return CognitoIdentityProviderAuthSchemeParams Modifier and Type Method Description CognitoIdentityProviderAuthSchemeParamsCognitoIdentityProviderAuthSchemeParams.Builder. build()Returns aCognitoIdentityProviderAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme with parameters of type CognitoIdentityProviderAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CognitoIdentityProviderAuthSchemeProvider. resolveAuthScheme(CognitoIdentityProviderAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CognitoIdentityProviderAuthSchemeParams in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme.internal
Classes in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme.internal that implement CognitoIdentityProviderAuthSchemeParams Modifier and Type Class Description classDefaultCognitoIdentityProviderAuthSchemeParamsMethods in software.amazon.awssdk.services.cognitoidentityprovider.auth.scheme.internal with parameters of type CognitoIdentityProviderAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCognitoIdentityProviderAuthSchemeProvider. resolveAuthScheme(CognitoIdentityProviderAuthSchemeParams params)
-