Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<NotificationConfiguration> |
DescribeNotificationConfigurationsResult.getNotificationConfigurations()
The list of notification configurations.
|
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The list of notification configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNotificationConfigurationsResult.setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.
|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.
|
Copyright © 2014. All rights reserved.