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