Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent.Builder
-
Packages that use AuthChallengeRequestEvent.Builder Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatoutputstream -
-
Uses of AuthChallengeRequestEvent.Builder in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement AuthChallengeRequestEvent.Builder Modifier and Type Class Description protected static classAuthChallengeRequestEvent.BuilderImplMethods in software.amazon.awssdk.services.qbusiness.model that return AuthChallengeRequestEvent.Builder Modifier and Type Method Description static AuthChallengeRequestEvent.BuilderChatOutputStream. authChallengeRequestEventBuilder()Create a builder for theauthChallengeRequestEventevent type for this stream.AuthChallengeRequestEvent.BuilderAuthChallengeRequestEvent.Builder. authorizationUrl(String authorizationUrl)The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.AuthChallengeRequestEvent.BuilderAuthChallengeRequestEvent.BuilderImpl. authorizationUrl(String authorizationUrl)static AuthChallengeRequestEvent.BuilderAuthChallengeRequestEvent. builder()AuthChallengeRequestEvent.BuilderAuthChallengeRequestEvent. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AuthChallengeRequestEvent.Builder Modifier and Type Method Description static Class<? extends AuthChallengeRequestEvent.Builder>AuthChallengeRequestEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AuthChallengeRequestEvent.Builder Modifier and Type Method Description AuthChallengeRequestEventAuthChallengeRequestEvent. copy(Consumer<? super AuthChallengeRequestEvent.Builder> modifier) -
Uses of AuthChallengeRequestEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatoutputstream
Subinterfaces of AuthChallengeRequestEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatoutputstream Modifier and Type Interface Description static interfaceDefaultAuthChallengeRequestEvent.Builder
-