Uses of Class
software.amazon.awssdk.services.autoscaling.model.DeleteNotificationConfigurationResponse
-
Packages that use DeleteNotificationConfigurationResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DeleteNotificationConfigurationResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DeleteNotificationConfigurationResponse Modifier and Type Method Description default DeleteNotificationConfigurationResponseAutoScalingClient. deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)Deletes the specified notification.default DeleteNotificationConfigurationResponseAutoScalingClient. deleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)Deletes the specified notification.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DeleteNotificationConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteNotificationConfigurationResponse>AutoScalingAsyncClient. deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)Deletes the specified notification.default CompletableFuture<DeleteNotificationConfigurationResponse>AutoScalingAsyncClient. deleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)Deletes the specified notification.
-