Uses of Class
software.amazon.awssdk.services.chatbot.model.SlackChannelConfiguration
-
Packages that use SlackChannelConfiguration Package Description software.amazon.awssdk.services.chatbot.model software.amazon.awssdk.services.chatbot.paginators -
-
Uses of SlackChannelConfiguration in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return SlackChannelConfiguration Modifier and Type Method Description SlackChannelConfigurationCreateSlackChannelConfigurationResponse. channelConfiguration()The configuration for a Slack channel configured with AWS Chatbot.SlackChannelConfigurationUpdateSlackChannelConfigurationResponse. channelConfiguration()The configuration for a Slack channel configured with AWS Chatbot.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type SlackChannelConfiguration Modifier and Type Method Description List<SlackChannelConfiguration>DescribeSlackChannelConfigurationsResponse. slackChannelConfigurations()A list of Slack channel configurations.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type SlackChannelConfiguration Modifier and Type Method Description CreateSlackChannelConfigurationResponse.BuilderCreateSlackChannelConfigurationResponse.Builder. channelConfiguration(SlackChannelConfiguration channelConfiguration)The configuration for a Slack channel configured with AWS Chatbot.UpdateSlackChannelConfigurationResponse.BuilderUpdateSlackChannelConfigurationResponse.Builder. channelConfiguration(SlackChannelConfiguration channelConfiguration)The configuration for a Slack channel configured with AWS Chatbot.DescribeSlackChannelConfigurationsResponse.BuilderDescribeSlackChannelConfigurationsResponse.Builder. slackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)A list of Slack channel configurations.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type SlackChannelConfiguration Modifier and Type Method Description DescribeSlackChannelConfigurationsResponse.BuilderDescribeSlackChannelConfigurationsResponse.Builder. slackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)A list of Slack channel configurations. -
Uses of SlackChannelConfiguration in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type SlackChannelConfiguration Modifier and Type Method Description SdkIterable<SlackChannelConfiguration>DescribeSlackChannelConfigurationsIterable. slackChannelConfigurations()Returns an iterable to iterate through the paginatedDescribeSlackChannelConfigurationsResponse.slackChannelConfigurations()member.SdkPublisher<SlackChannelConfiguration>DescribeSlackChannelConfigurationsPublisher. slackChannelConfigurations()Returns a publisher that can be used to get a stream of data.
-