| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling | |
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonAutoScalingClient.putNotificationConfiguration(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified
events take place.
|
void |
AmazonAutoScaling.putNotificationConfiguration(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified
events take place.
|
void |
AbstractAmazonAutoScaling.putNotificationConfiguration(PutNotificationConfigurationRequest request) |
Future<Void> |
AbstractAmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request) |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified
events take place.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request) |
Future<Void> |
AbstractAmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler) |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified
events take place.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler) |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified
events take place.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest request,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.