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