Uses of Class
software.amazon.awssdk.services.devopsguru.model.AddNotificationChannelResponse
-
Packages that use AddNotificationChannelResponse 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 AddNotificationChannelResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return AddNotificationChannelResponse Modifier and Type Method Description default AddNotificationChannelResponseDevOpsGuruClient. addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)Adds a notification channel to DevOps Guru.default AddNotificationChannelResponseDevOpsGuruClient. addNotificationChannel(AddNotificationChannelRequest addNotificationChannelRequest)Adds a notification channel to DevOps Guru.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type AddNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<AddNotificationChannelResponse>DevOpsGuruAsyncClient. addNotificationChannel(Consumer<AddNotificationChannelRequest.Builder> addNotificationChannelRequest)Adds a notification channel to DevOps Guru.default CompletableFuture<AddNotificationChannelResponse>DevOpsGuruAsyncClient. addNotificationChannel(AddNotificationChannelRequest addNotificationChannelRequest)Adds a notification channel to DevOps Guru.
-