Uses of Class
software.amazon.awssdk.services.autoscaling.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of NotificationConfiguration in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type NotificationConfiguration Modifier and Type Method Description List<NotificationConfiguration>DescribeNotificationConfigurationsResponse. notificationConfigurations()The notification configurations.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type NotificationConfiguration Modifier and Type Method Description DescribeNotificationConfigurationsResponse.BuilderDescribeNotificationConfigurationsResponse.Builder. notificationConfigurations(NotificationConfiguration... notificationConfigurations)The notification configurations.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type NotificationConfiguration Modifier and Type Method Description DescribeNotificationConfigurationsResponse.BuilderDescribeNotificationConfigurationsResponse.Builder. notificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)The notification configurations. -
Uses of NotificationConfiguration in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type NotificationConfiguration Modifier and Type Method Description SdkIterable<NotificationConfiguration>DescribeNotificationConfigurationsIterable. notificationConfigurations()Returns an iterable to iterate through the paginatedDescribeNotificationConfigurationsResponse.notificationConfigurations()member.SdkPublisher<NotificationConfiguration>DescribeNotificationConfigurationsPublisher. notificationConfigurations()Returns a publisher that can be used to get a stream of data.
-