| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteNotificationConfigurationResponse> |
AutoScalingAsyncClient.deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)
Deletes the specified notification.
|
default DeleteNotificationConfigurationResponse |
AutoScalingClient.deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)
Deletes the specified notification.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.builder() |
DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.toBuilder() |
DeleteNotificationConfigurationRequest.Builder |
DeleteNotificationConfigurationRequest.Builder.topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteNotificationConfigurationRequest.Builder> |
DeleteNotificationConfigurationRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.