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