Uses of Class
software.amazon.awssdk.services.supportapp.model.CreateSlackChannelConfigurationResponse
-
Packages that use CreateSlackChannelConfigurationResponse Package Description software.amazon.awssdk.services.supportapp Amazon Web Services Support App in Slack -
-
Uses of CreateSlackChannelConfigurationResponse in software.amazon.awssdk.services.supportapp
Methods in software.amazon.awssdk.services.supportapp that return CreateSlackChannelConfigurationResponse Modifier and Type Method Description default CreateSlackChannelConfigurationResponseSupportAppClient. createSlackChannelConfiguration(Consumer<CreateSlackChannelConfigurationRequest.Builder> createSlackChannelConfigurationRequest)Creates a Slack channel configuration for your Amazon Web Services account.default CreateSlackChannelConfigurationResponseSupportAppClient. createSlackChannelConfiguration(CreateSlackChannelConfigurationRequest createSlackChannelConfigurationRequest)Creates a Slack channel configuration for your Amazon Web Services account.Methods in software.amazon.awssdk.services.supportapp that return types with arguments of type CreateSlackChannelConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateSlackChannelConfigurationResponse>SupportAppAsyncClient. createSlackChannelConfiguration(Consumer<CreateSlackChannelConfigurationRequest.Builder> createSlackChannelConfigurationRequest)Creates a Slack channel configuration for your Amazon Web Services account.default CompletableFuture<CreateSlackChannelConfigurationResponse>SupportAppAsyncClient. createSlackChannelConfiguration(CreateSlackChannelConfigurationRequest createSlackChannelConfigurationRequest)Creates a Slack channel configuration for your Amazon Web Services account.
-