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