Uses of Class
software.amazon.awssdk.services.notifications.model.ListManagedNotificationChannelAssociationsResponse
-
Packages that use ListManagedNotificationChannelAssociationsResponse 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 ListManagedNotificationChannelAssociationsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListManagedNotificationChannelAssociationsResponse Modifier and Type Method Description default ListManagedNotificationChannelAssociationsResponseNotificationsClient. listManagedNotificationChannelAssociations(Consumer<ListManagedNotificationChannelAssociationsRequest.Builder> listManagedNotificationChannelAssociationsRequest)Returns a list of Account contacts and Channels associated with aManagedNotificationConfiguration, in paginated format.default ListManagedNotificationChannelAssociationsResponseNotificationsClient. listManagedNotificationChannelAssociations(ListManagedNotificationChannelAssociationsRequest listManagedNotificationChannelAssociationsRequest)Returns a list of Account contacts and Channels associated with aManagedNotificationConfiguration, in paginated format.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListManagedNotificationChannelAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListManagedNotificationChannelAssociationsResponse>NotificationsAsyncClient. listManagedNotificationChannelAssociations(Consumer<ListManagedNotificationChannelAssociationsRequest.Builder> listManagedNotificationChannelAssociationsRequest)Returns a list of Account contacts and Channels associated with aManagedNotificationConfiguration, in paginated format.default CompletableFuture<ListManagedNotificationChannelAssociationsResponse>NotificationsAsyncClient. listManagedNotificationChannelAssociations(ListManagedNotificationChannelAssociationsRequest listManagedNotificationChannelAssociationsRequest)Returns a list of Account contacts and Channels associated with aManagedNotificationConfiguration, in paginated format. -
Uses of ListManagedNotificationChannelAssociationsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListManagedNotificationChannelAssociationsResponse Modifier and Type Method Description Iterator<ListManagedNotificationChannelAssociationsResponse>ListManagedNotificationChannelAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListManagedNotificationChannelAssociationsResponse Modifier and Type Method Description voidListManagedNotificationChannelAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedNotificationChannelAssociationsResponse> subscriber)
-