Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NotificationConfiguration> |
DescribeNotificationConfigurationsResult.notificationConfigurations
The notification configurations.
|
Modifier and Type | Method and Description |
---|---|
NotificationConfiguration |
NotificationConfiguration.clone() |
NotificationConfiguration |
NotificationConfiguration.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
NotificationConfiguration |
NotificationConfiguration.withNotificationType(java.lang.String notificationType)
One of the following event notification types:
|
NotificationConfiguration |
NotificationConfiguration.withTopicARN(java.lang.String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(SNS) topic.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
Modifier and Type | Method and Description |
---|---|
NotificationConfiguration |
NotificationConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |