| Package | Description |
|---|---|
| com.amazonaws.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfiguration |
SlackChannelConfiguration.clone() |
SlackChannelConfiguration |
SlackChannelConfiguration.withChannelId(String channelId)
The channel ID in Slack.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withChannelName(String channelName)
The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon Web
Services account.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withChannelRoleArn(String channelRoleArn)
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withNotifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withNotifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withNotifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withNotifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withNotifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
SlackChannelConfiguration |
SlackChannelConfiguration.withTeamId(String teamId)
The team ID in Slack.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlackChannelConfiguration> |
ListSlackChannelConfigurationsResult.getSlackChannelConfigurations()
The configurations for a Slack channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlackChannelConfigurationsResult |
ListSlackChannelConfigurationsResult.withSlackChannelConfigurations(SlackChannelConfiguration... slackChannelConfigurations)
The configurations for a Slack channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlackChannelConfigurationsResult.setSlackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
The configurations for a Slack channel.
|
ListSlackChannelConfigurationsResult |
ListSlackChannelConfigurationsResult.withSlackChannelConfigurations(Collection<SlackChannelConfiguration> slackChannelConfigurations)
The configurations for a Slack channel.
|
Copyright © 2023. All rights reserved.