Uses of Class
software.amazon.awssdk.services.devopsguru.model.NotificationChannel
-
Packages that use NotificationChannel Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of NotificationChannel in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type NotificationChannel Modifier and Type Method Description List<NotificationChannel>ListNotificationChannelsResponse. channels()An array that contains the requested notification channels.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type NotificationChannel Modifier and Type Method Description ListNotificationChannelsResponse.BuilderListNotificationChannelsResponse.Builder. channels(NotificationChannel... channels)An array that contains the requested notification channels.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type NotificationChannel Modifier and Type Method Description ListNotificationChannelsResponse.BuilderListNotificationChannelsResponse.Builder. channels(Collection<NotificationChannel> channels)An array that contains the requested notification channels. -
Uses of NotificationChannel in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type NotificationChannel Modifier and Type Method Description SdkIterable<NotificationChannel>ListNotificationChannelsIterable. channels()Returns an iterable to iterate through the paginatedListNotificationChannelsResponse.channels()member.SdkPublisher<NotificationChannel>ListNotificationChannelsPublisher. channels()Returns a publisher that can be used to get a stream of data.
-