Uses of Class
software.amazon.awssdk.services.notifications.model.ManagedNotificationChannelAssociationSummary
-
Packages that use ManagedNotificationChannelAssociationSummary Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of ManagedNotificationChannelAssociationSummary in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ManagedNotificationChannelAssociationSummary Modifier and Type Method Description List<ManagedNotificationChannelAssociationSummary>ListManagedNotificationChannelAssociationsResponse. channelAssociations()A list that contains the following information about a channel association.Methods in software.amazon.awssdk.services.notifications.model with parameters of type ManagedNotificationChannelAssociationSummary Modifier and Type Method Description ListManagedNotificationChannelAssociationsResponse.BuilderListManagedNotificationChannelAssociationsResponse.Builder. channelAssociations(ManagedNotificationChannelAssociationSummary... channelAssociations)A list that contains the following information about a channel association.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type ManagedNotificationChannelAssociationSummary Modifier and Type Method Description ListManagedNotificationChannelAssociationsResponse.BuilderListManagedNotificationChannelAssociationsResponse.Builder. channelAssociations(Collection<ManagedNotificationChannelAssociationSummary> channelAssociations)A list that contains the following information about a channel association. -
Uses of ManagedNotificationChannelAssociationSummary in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ManagedNotificationChannelAssociationSummary Modifier and Type Method Description SdkIterable<ManagedNotificationChannelAssociationSummary>ListManagedNotificationChannelAssociationsIterable. channelAssociations()Returns an iterable to iterate through the paginatedListManagedNotificationChannelAssociationsResponse.channelAssociations()member.SdkPublisher<ManagedNotificationChannelAssociationSummary>ListManagedNotificationChannelAssociationsPublisher. channelAssociations()Returns a publisher that can be used to get a stream of data.
-