Uses of Class
software.amazon.awssdk.services.supportapp.model.SlackChannelConfiguration
-
Packages that use SlackChannelConfiguration Package Description software.amazon.awssdk.services.supportapp.model -
-
Uses of SlackChannelConfiguration in software.amazon.awssdk.services.supportapp.model
Methods in software.amazon.awssdk.services.supportapp.model that return types with arguments of type SlackChannelConfiguration Modifier and Type Method Description List<SlackChannelConfiguration>ListSlackChannelConfigurationsResponse. slackChannelConfigurations()The configurations for a Slack channel.Methods in software.amazon.awssdk.services.supportapp.model with parameters of type SlackChannelConfiguration Modifier and Type Method Description ListSlackChannelConfigurationsResponse.BuilderListSlackChannelConfigurationsResponse.Builder. slackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)The configurations for a Slack channel.Method parameters in software.amazon.awssdk.services.supportapp.model with type arguments of type SlackChannelConfiguration Modifier and Type Method Description ListSlackChannelConfigurationsResponse.BuilderListSlackChannelConfigurationsResponse.Builder. slackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)The configurations for a Slack channel.
-