Uses of Class
software.amazon.awssdk.services.devopsguru.model.RemoveNotificationChannelResponse
-
Packages that use RemoveNotificationChannelResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of RemoveNotificationChannelResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return RemoveNotificationChannelResponse Modifier and Type Method Description default RemoveNotificationChannelResponseDevOpsGuruClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.default RemoveNotificationChannelResponseDevOpsGuruClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type RemoveNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>DevOpsGuruAsyncClient. removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.default CompletableFuture<RemoveNotificationChannelResponse>DevOpsGuruAsyncClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.
-