Uses of Class
com.amazonaws.services.autoscaling.model.NotificationConfiguration
Packages that use NotificationConfiguration
-
Uses of NotificationConfiguration in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return NotificationConfigurationModifier and TypeMethodDescriptionNotificationConfiguration.clone()NotificationConfiguration.withAutoScalingGroupName(String autoScalingGroupName) The name of the group.NotificationConfiguration.withNotificationType(String notificationType) One of the following event notification types:NotificationConfiguration.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 NotificationConfigurationModifier and TypeMethodDescriptionDescribeNotificationConfigurationsResult.getNotificationConfigurations()The notification configurations.Methods in com.amazonaws.services.autoscaling.model with parameters of type NotificationConfigurationModifier and TypeMethodDescriptionDescribeNotificationConfigurationsResult.withNotificationConfigurations(NotificationConfiguration... notificationConfigurations) The notification configurations.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type NotificationConfigurationModifier and TypeMethodDescriptionvoidDescribeNotificationConfigurationsResult.setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations) The notification configurations.DescribeNotificationConfigurationsResult.withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations) The notification configurations.