| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling | |
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAmazonAutoScalingAsync.deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest request,
AsyncHandler<DeleteNotificationConfigurationRequest,Void> asyncHandler) |
Future<Void> |
AmazonAutoScalingAsync.deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest,
AsyncHandler<DeleteNotificationConfigurationRequest,Void> asyncHandler)
Deletes the specified notification.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest request,
AsyncHandler<DeleteNotificationConfigurationRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationConfigurationRequest |
DeleteNotificationConfigurationRequest.clone() |
DeleteNotificationConfigurationRequest |
DeleteNotificationConfigurationRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteNotificationConfigurationRequest |
DeleteNotificationConfigurationRequest.withTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(SNS) topic.
|
Copyright © 2016. All rights reserved.