Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListNotificationChannelsResponse
-
Packages that use ListNotificationChannelsResponse 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.paginators -
-
Uses of ListNotificationChannelsResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return ListNotificationChannelsResponse Modifier and Type Method Description default ListNotificationChannelsResponseDevOpsGuruClient. listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default ListNotificationChannelsResponseDevOpsGuruClient. listNotificationChannels(ListNotificationChannelsRequest listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type ListNotificationChannelsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationChannelsResponse>DevOpsGuruAsyncClient. listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default CompletableFuture<ListNotificationChannelsResponse>DevOpsGuruAsyncClient. listNotificationChannels(ListNotificationChannelsRequest listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru. -
Uses of ListNotificationChannelsResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ListNotificationChannelsResponse Modifier and Type Method Description Iterator<ListNotificationChannelsResponse>ListNotificationChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.devopsguru.paginators with type arguments of type ListNotificationChannelsResponse Modifier and Type Method Description voidListNotificationChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationChannelsResponse> subscriber)
-