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