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 NotificationConfiguration
NotificationConfiguration. clone()
NotificationConfiguration
NotificationConfiguration. withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.NotificationConfiguration
NotificationConfiguration. withNotificationType(String notificationType)
One of the following event notification types: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 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 DescribeNotificationConfigurationsResult
DescribeNotificationConfigurationsResult. 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 void
DescribeNotificationConfigurationsResult. setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.DescribeNotificationConfigurationsResult
DescribeNotificationConfigurationsResult. withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
-