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