Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListNotificationChannelsRequest
-
Packages that use ListNotificationChannelsRequest 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 software.amazon.awssdk.services.devopsguru.transform -
-
Uses of ListNotificationChannelsRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type ListNotificationChannelsRequest Modifier and Type Method Description default CompletableFuture<ListNotificationChannelsResponse>DevOpsGuruAsyncClient. listNotificationChannels(ListNotificationChannelsRequest 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.default ListNotificationChannelsPublisherDevOpsGuruAsyncClient. listNotificationChannelsPaginator(ListNotificationChannelsRequest listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default ListNotificationChannelsIterableDevOpsGuruClient. listNotificationChannelsPaginator(ListNotificationChannelsRequest listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru. -
Uses of ListNotificationChannelsRequest in software.amazon.awssdk.services.devopsguru.paginators
Constructors in software.amazon.awssdk.services.devopsguru.paginators with parameters of type ListNotificationChannelsRequest Constructor Description ListNotificationChannelsIterable(DevOpsGuruClient client, ListNotificationChannelsRequest firstRequest)ListNotificationChannelsPublisher(DevOpsGuruAsyncClient client, ListNotificationChannelsRequest firstRequest) -
Uses of ListNotificationChannelsRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type ListNotificationChannelsRequest Modifier and Type Method Description SdkHttpFullRequestListNotificationChannelsRequestMarshaller. marshall(ListNotificationChannelsRequest listNotificationChannelsRequest)
-