Uses of Class
software.amazon.awssdk.services.supportapp.model.UpdateSlackChannelConfigurationResponse
-
Packages that use UpdateSlackChannelConfigurationResponse Package Description software.amazon.awssdk.services.supportapp Amazon Web Services Support App in Slack -
-
Uses of UpdateSlackChannelConfigurationResponse in software.amazon.awssdk.services.supportapp
Methods in software.amazon.awssdk.services.supportapp that return UpdateSlackChannelConfigurationResponse Modifier and Type Method Description default UpdateSlackChannelConfigurationResponseSupportAppClient. updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)Updates the configuration for a Slack channel, such as case update notifications.default UpdateSlackChannelConfigurationResponseSupportAppClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates the configuration for a Slack channel, such as case update notifications.Methods in software.amazon.awssdk.services.supportapp that return types with arguments of type UpdateSlackChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateSlackChannelConfigurationResponse>SupportAppAsyncClient. updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)Updates the configuration for a Slack channel, such as case update notifications.default CompletableFuture<UpdateSlackChannelConfigurationResponse>SupportAppAsyncClient. updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)Updates the configuration for a Slack channel, such as case update notifications.
-