Uses of Interface
software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequest.Builder
-
Packages that use AuthChallengeRequest.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AuthChallengeRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AuthChallengeRequest.Builder Modifier and Type Method Description AuthChallengeRequest.BuilderAuthChallengeRequest.Builder. authorizationUrl(String authorizationUrl)The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.static AuthChallengeRequest.BuilderAuthChallengeRequest. builder()AuthChallengeRequest.BuilderAuthChallengeRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AuthChallengeRequest.Builder Modifier and Type Method Description static Class<? extends AuthChallengeRequest.Builder>AuthChallengeRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AuthChallengeRequest.Builder Modifier and Type Method Description default ChatSyncResponse.BuilderChatSyncResponse.Builder. authChallengeRequest(Consumer<AuthChallengeRequest.Builder> authChallengeRequest)An authentication verification event activated by an end user request to use a custom plugin.
-