| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp |
|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSlackChannelConfigurationResponse |
SupportAppClient.updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)
Updates the configuration for a Slack channel, such as case update notifications.
|
default CompletableFuture<UpdateSlackChannelConfigurationResponse> |
SupportAppAsyncClient.updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)
Updates the configuration for a Slack channel, such as case update notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.builder() |
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.channelId(String channelId)
The channel ID in Slack.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.channelName(String channelName)
The Slack channel name that you want to update.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.channelRoleArn(String channelRoleArn)
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web
Services.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.teamId(String teamId)
The team ID in Slack.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSlackChannelConfigurationRequest.Builder> |
UpdateSlackChannelConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.