Uses of Class
software.amazon.awssdk.services.chatbot.model.TeamsChannelConfiguration
-
Packages that use TeamsChannelConfiguration Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of TeamsChannelConfiguration in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return TeamsChannelConfiguration Modifier and Type Method Description TeamsChannelConfigurationCreateMicrosoftTeamsChannelConfigurationResponse. channelConfiguration()The configuration for a Microsoft Teams channel configured with AWS Chatbot.TeamsChannelConfigurationGetMicrosoftTeamsChannelConfigurationResponse. channelConfiguration()The configuration for a Microsoft Teams channel configured with AWS Chatbot.TeamsChannelConfigurationUpdateMicrosoftTeamsChannelConfigurationResponse. channelConfiguration()The configuration for a Microsoft Teams channel configured with AWS Chatbot.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type TeamsChannelConfiguration Modifier and Type Method Description List<TeamsChannelConfiguration>ListMicrosoftTeamsChannelConfigurationsResponse. teamChannelConfigurations()A list of AWS Chatbot channel configurations for Microsoft Teams.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type TeamsChannelConfiguration Modifier and Type Method Description CreateMicrosoftTeamsChannelConfigurationResponse.BuilderCreateMicrosoftTeamsChannelConfigurationResponse.Builder. channelConfiguration(TeamsChannelConfiguration channelConfiguration)The configuration for a Microsoft Teams channel configured with AWS Chatbot.GetMicrosoftTeamsChannelConfigurationResponse.BuilderGetMicrosoftTeamsChannelConfigurationResponse.Builder. channelConfiguration(TeamsChannelConfiguration channelConfiguration)The configuration for a Microsoft Teams channel configured with AWS Chatbot.UpdateMicrosoftTeamsChannelConfigurationResponse.BuilderUpdateMicrosoftTeamsChannelConfigurationResponse.Builder. channelConfiguration(TeamsChannelConfiguration channelConfiguration)The configuration for a Microsoft Teams channel configured with AWS Chatbot.ListMicrosoftTeamsChannelConfigurationsResponse.BuilderListMicrosoftTeamsChannelConfigurationsResponse.Builder. teamChannelConfigurations(TeamsChannelConfiguration... teamChannelConfigurations)A list of AWS Chatbot channel configurations for Microsoft Teams.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type TeamsChannelConfiguration Modifier and Type Method Description ListMicrosoftTeamsChannelConfigurationsResponse.BuilderListMicrosoftTeamsChannelConfigurationsResponse.Builder. teamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations)A list of AWS Chatbot channel configurations for Microsoft Teams.
-