Uses of Class
software.amazon.awssdk.services.notifications.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseNotificationsClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Returns a list of Channels for aNotificationConfiguration.default ListChannelsResponseNotificationsClient. listChannels(ListChannelsRequest listChannelsRequest)Returns a list of Channels for aNotificationConfiguration.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>NotificationsAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Returns a list of Channels for aNotificationConfiguration.default CompletableFuture<ListChannelsResponse>NotificationsAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Returns a list of Channels for aNotificationConfiguration. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Iterator<ListChannelsResponse>ListChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-