Uses of Class
software.amazon.awssdk.services.notifications.model.NotificationConfigurationStructure
-
Packages that use NotificationConfigurationStructure Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of NotificationConfigurationStructure in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type NotificationConfigurationStructure Modifier and Type Method Description List<NotificationConfigurationStructure>ListNotificationConfigurationsResponse. notificationConfigurations()TheNotificationConfigurationsin the account.Methods in software.amazon.awssdk.services.notifications.model with parameters of type NotificationConfigurationStructure Modifier and Type Method Description ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. notificationConfigurations(NotificationConfigurationStructure... notificationConfigurations)TheNotificationConfigurationsin the account.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type NotificationConfigurationStructure Modifier and Type Method Description ListNotificationConfigurationsResponse.BuilderListNotificationConfigurationsResponse.Builder. notificationConfigurations(Collection<NotificationConfigurationStructure> notificationConfigurations)TheNotificationConfigurationsin the account. -
Uses of NotificationConfigurationStructure in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type NotificationConfigurationStructure Modifier and Type Method Description SdkIterable<NotificationConfigurationStructure>ListNotificationConfigurationsIterable. notificationConfigurations()Returns an iterable to iterate through the paginatedListNotificationConfigurationsResponse.notificationConfigurations()member.SdkPublisher<NotificationConfigurationStructure>ListNotificationConfigurationsPublisher. notificationConfigurations()Returns a publisher that can be used to get a stream of data.
-