| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default PutNotificationConfigurationResponse |
AutoScalingClient.putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
default PutNotificationConfigurationResponse |
AutoScalingClient.putNotificationConfiguration(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutNotificationConfigurationResponse> |
AutoScalingAsyncClient.putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
default CompletableFuture<PutNotificationConfigurationResponse> |
AutoScalingAsyncClient.putNotificationConfiguration(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
Copyright © 2018. All rights reserved.