Uses of Class
software.amazon.awssdk.services.notifications.model.ManagedNotificationConfigurationStructure
-
Packages that use ManagedNotificationConfigurationStructure Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of ManagedNotificationConfigurationStructure in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ManagedNotificationConfigurationStructure Modifier and Type Method Description List<ManagedNotificationConfigurationStructure>ListManagedNotificationConfigurationsResponse. managedNotificationConfigurations()A list of Managed Notification Configurations matching the request criteria.Methods in software.amazon.awssdk.services.notifications.model with parameters of type ManagedNotificationConfigurationStructure Modifier and Type Method Description ListManagedNotificationConfigurationsResponse.BuilderListManagedNotificationConfigurationsResponse.Builder. managedNotificationConfigurations(ManagedNotificationConfigurationStructure... managedNotificationConfigurations)A list of Managed Notification Configurations matching the request criteria.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type ManagedNotificationConfigurationStructure Modifier and Type Method Description ListManagedNotificationConfigurationsResponse.BuilderListManagedNotificationConfigurationsResponse.Builder. managedNotificationConfigurations(Collection<ManagedNotificationConfigurationStructure> managedNotificationConfigurations)A list of Managed Notification Configurations matching the request criteria. -
Uses of ManagedNotificationConfigurationStructure in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ManagedNotificationConfigurationStructure Modifier and Type Method Description SdkIterable<ManagedNotificationConfigurationStructure>ListManagedNotificationConfigurationsIterable. managedNotificationConfigurations()Returns an iterable to iterate through the paginatedListManagedNotificationConfigurationsResponse.managedNotificationConfigurations()member.SdkPublisher<ManagedNotificationConfigurationStructure>ListManagedNotificationConfigurationsPublisher. managedNotificationConfigurations()Returns a publisher that can be used to get a stream of data.
-