Uses of Interface
software.amazon.awssdk.services.entityresolution.auth.scheme.EntityResolutionAuthSchemeParams
-
-
Uses of EntityResolutionAuthSchemeParams in software.amazon.awssdk.services.entityresolution.auth.scheme
Methods in software.amazon.awssdk.services.entityresolution.auth.scheme that return EntityResolutionAuthSchemeParams Modifier and Type Method Description EntityResolutionAuthSchemeParamsEntityResolutionAuthSchemeParams.Builder. build()Returns aEntityResolutionAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.entityresolution.auth.scheme with parameters of type EntityResolutionAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>EntityResolutionAuthSchemeProvider. resolveAuthScheme(EntityResolutionAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of EntityResolutionAuthSchemeParams in software.amazon.awssdk.services.entityresolution.auth.scheme.internal
Classes in software.amazon.awssdk.services.entityresolution.auth.scheme.internal that implement EntityResolutionAuthSchemeParams Modifier and Type Class Description classDefaultEntityResolutionAuthSchemeParamsMethods in software.amazon.awssdk.services.entityresolution.auth.scheme.internal with parameters of type EntityResolutionAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultEntityResolutionAuthSchemeProvider. resolveAuthScheme(EntityResolutionAuthSchemeParams params)
-