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