| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| 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 PutNotificationConfigurationResponse |
AutoScalingClient.putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
| Modifier and Type | Method and Description |
|---|---|
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.builder() |
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.notificationTypes(Collection<String> notificationTypes)
The type of event that causes the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.notificationTypes(String... notificationTypes)
The type of event that causes the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.toBuilder() |
PutNotificationConfigurationRequest.Builder |
PutNotificationConfigurationRequest.Builder.topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutNotificationConfigurationRequest.Builder> |
PutNotificationConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.