Uses of Class
software.amazon.awssdk.services.devopsguru.model.RemoveNotificationChannelRequest
-
Packages that use RemoveNotificationChannelRequest 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 RemoveNotificationChannelRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type RemoveNotificationChannelRequest Modifier and Type Method Description default CompletableFuture<RemoveNotificationChannelResponse>DevOpsGuruAsyncClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Removes a notification channel from DevOps Guru.default RemoveNotificationChannelResponseDevOpsGuruClient. removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)Removes a notification channel from DevOps Guru. -
Uses of RemoveNotificationChannelRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type RemoveNotificationChannelRequest Modifier and Type Method Description SdkHttpFullRequestRemoveNotificationChannelRequestMarshaller. marshall(RemoveNotificationChannelRequest removeNotificationChannelRequest)
-