Uses of Class
com.amazonaws.services.autoscaling.model.NotificationConfiguration

Packages that use NotificationConfiguration
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of NotificationConfiguration in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return NotificationConfiguration
 NotificationConfiguration NotificationConfiguration.withAutoScalingGroupName(String autoScalingGroupName)
          Specifies the Auto Scaling group name.
 NotificationConfiguration NotificationConfiguration.withNotificationType(String notificationType)
          The types of events for an action to start.
 NotificationConfiguration 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 NotificationConfiguration
 List<NotificationConfiguration> DescribeNotificationConfigurationsResult.getNotificationConfigurations()
          The list of notification configurations.
 

Methods in com.amazonaws.services.autoscaling.model with parameters of type NotificationConfiguration
 DescribeNotificationConfigurationsResult DescribeNotificationConfigurationsResult.withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
          The list of notification configurations.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type NotificationConfiguration
 void DescribeNotificationConfigurationsResult.setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
          The list of notification configurations.
 DescribeNotificationConfigurationsResult DescribeNotificationConfigurationsResult.withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
          The list of notification configurations.
 



Copyright © 2016. All rights reserved.