Uses of Class
com.amazonaws.services.autoscaling.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description com.amazonaws.services.autoscaling.model -
-
Uses of NotificationConfiguration in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationNotificationConfiguration. clone()NotificationConfigurationNotificationConfiguration. withAutoScalingGroupName(String autoScalingGroupName)The name of the group.NotificationConfigurationNotificationConfiguration. withNotificationType(String notificationType)One of the following event notification types:NotificationConfigurationNotificationConfiguration. withTopicARN(String topicARN)The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type NotificationConfiguration Modifier and Type Method Description List<NotificationConfiguration>DescribeNotificationConfigurationsResult. getNotificationConfigurations()The notification configurations.Methods in com.amazonaws.services.autoscaling.model with parameters of type NotificationConfiguration Modifier and Type Method Description DescribeNotificationConfigurationsResultDescribeNotificationConfigurationsResult. withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)The notification configurations.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type NotificationConfiguration Modifier and Type Method Description voidDescribeNotificationConfigurationsResult. setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)The notification configurations.DescribeNotificationConfigurationsResultDescribeNotificationConfigurationsResult. withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)The notification configurations.
-