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