Uses of Class
software.amazon.awssdk.services.qbusiness.model.TopicConfiguration
-
Packages that use TopicConfiguration Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of TopicConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type TopicConfiguration Modifier and Type Method Description List<TopicConfiguration>GetChatControlsConfigurationResponse. topicConfigurations()The topic specific controls configured for a Amazon Q Business application.List<TopicConfiguration>UpdateChatControlsConfigurationRequest. topicConfigurationsToCreateOrUpdate()The configured topic specific chat controls you want to update.List<TopicConfiguration>UpdateChatControlsConfigurationRequest. topicConfigurationsToDelete()The configured topic specific chat controls you want to delete.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type TopicConfiguration Modifier and Type Method Description GetChatControlsConfigurationResponse.BuilderGetChatControlsConfigurationResponse.Builder. topicConfigurations(TopicConfiguration... topicConfigurations)The topic specific controls configured for a Amazon Q Business application.UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. topicConfigurationsToCreateOrUpdate(TopicConfiguration... topicConfigurationsToCreateOrUpdate)The configured topic specific chat controls you want to update.UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. topicConfigurationsToDelete(TopicConfiguration... topicConfigurationsToDelete)The configured topic specific chat controls you want to delete.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type TopicConfiguration Modifier and Type Method Description GetChatControlsConfigurationResponse.BuilderGetChatControlsConfigurationResponse.Builder. topicConfigurations(Collection<TopicConfiguration> topicConfigurations)The topic specific controls configured for a Amazon Q Business application.UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. topicConfigurationsToCreateOrUpdate(Collection<TopicConfiguration> topicConfigurationsToCreateOrUpdate)The configured topic specific chat controls you want to update.UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. topicConfigurationsToDelete(Collection<TopicConfiguration> topicConfigurationsToDelete)The configured topic specific chat controls you want to delete. -
Uses of TopicConfiguration in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type TopicConfiguration Modifier and Type Method Description SdkIterable<TopicConfiguration>GetChatControlsConfigurationIterable. topicConfigurations()Returns an iterable to iterate through the paginatedGetChatControlsConfigurationResponse.topicConfigurations()member.SdkPublisher<TopicConfiguration>GetChatControlsConfigurationPublisher. topicConfigurations()Returns a publisher that can be used to get a stream of data.
-