Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
PutNotificationConfigurationRequest |
PutNotificationConfigurationRequest.clone() |
PutNotificationConfigurationRequest |
PutNotificationConfigurationRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
PutNotificationConfigurationRequest |
PutNotificationConfigurationRequest.withNotificationTypes(Collection<String> notificationTypes)
The type of event that will cause the notification to be sent.
|
PutNotificationConfigurationRequest |
PutNotificationConfigurationRequest.withNotificationTypes(String... notificationTypes)
The type of event that will cause the notification to be sent.
|
PutNotificationConfigurationRequest |
PutNotificationConfigurationRequest.withTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(SNS) topic.
|
Copyright © 2018. All rights reserved.