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