| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp |
|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSlackChannelConfigurationResponse |
SupportAppClient.createSlackChannelConfiguration(Consumer<CreateSlackChannelConfigurationRequest.Builder> createSlackChannelConfigurationRequest)
Creates a Slack channel configuration for your Amazon Web Services account.
|
default CompletableFuture<CreateSlackChannelConfigurationResponse> |
SupportAppAsyncClient.createSlackChannelConfiguration(Consumer<CreateSlackChannelConfigurationRequest.Builder> createSlackChannelConfigurationRequest)
Creates a Slack channel configuration for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.builder() |
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.channelId(String channelId)
The channel ID in Slack.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.channelName(String channelName)
The name of the Slack channel that you configure for the Amazon Web Services Support App.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.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.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.Builder.teamId(String teamId)
The team ID in Slack.
|
CreateSlackChannelConfigurationRequest.Builder |
CreateSlackChannelConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSlackChannelConfigurationRequest.Builder> |
CreateSlackChannelConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.