|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutNotificationConfigurationRequest | |
---|---|
com.amazonaws.services.autoscaling | Synchronous and asynchronous client classes for accessing AmazonAutoScaling. |
com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
Uses of PutNotificationConfigurationRequest in com.amazonaws.services.autoscaling |
---|
Methods in com.amazonaws.services.autoscaling with parameters of type PutNotificationConfigurationRequest | |
---|---|
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. |
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place. |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place. |
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified events take place. |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified events take place. |
Method parameters in com.amazonaws.services.autoscaling with type arguments of type PutNotificationConfigurationRequest | |
---|---|
Future<Void> |
AmazonAutoScalingAsyncClient.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified events take place. |
Future<Void> |
AmazonAutoScalingAsync.putNotificationConfigurationAsync(PutNotificationConfigurationRequest putNotificationConfigurationRequest,
AsyncHandler<PutNotificationConfigurationRequest,Void> asyncHandler)
Configures an Auto Scaling group to send notifications when specified events take place. |
Uses of PutNotificationConfigurationRequest in com.amazonaws.services.autoscaling.model |
---|
Methods in com.amazonaws.services.autoscaling.model that return PutNotificationConfigurationRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |