Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetChatControlsConfigurationResponse
-
Packages that use GetChatControlsConfigurationResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of GetChatControlsConfigurationResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetChatControlsConfigurationResponse Modifier and Type Method Description default GetChatControlsConfigurationResponseQBusinessClient. getChatControlsConfiguration(Consumer<GetChatControlsConfigurationRequest.Builder> getChatControlsConfigurationRequest)Gets information about an chat controls configured for an existing Amazon Q Business application.default GetChatControlsConfigurationResponseQBusinessClient. getChatControlsConfiguration(GetChatControlsConfigurationRequest getChatControlsConfigurationRequest)Gets information about an chat controls configured for an existing Amazon Q Business application.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetChatControlsConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetChatControlsConfigurationResponse>QBusinessAsyncClient. getChatControlsConfiguration(Consumer<GetChatControlsConfigurationRequest.Builder> getChatControlsConfigurationRequest)Gets information about an chat controls configured for an existing Amazon Q Business application.default CompletableFuture<GetChatControlsConfigurationResponse>QBusinessAsyncClient. getChatControlsConfiguration(GetChatControlsConfigurationRequest getChatControlsConfigurationRequest)Gets information about an chat controls configured for an existing Amazon Q Business application. -
Uses of GetChatControlsConfigurationResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type GetChatControlsConfigurationResponse Modifier and Type Method Description Iterator<GetChatControlsConfigurationResponse>GetChatControlsConfigurationIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type GetChatControlsConfigurationResponse Modifier and Type Method Description voidGetChatControlsConfigurationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetChatControlsConfigurationResponse> subscriber)
-