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