Uses of Class
software.amazon.awssdk.services.autoscaling.model.DeleteWarmPoolResponse
-
Packages that use DeleteWarmPoolResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DeleteWarmPoolResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DeleteWarmPoolResponse Modifier and Type Method Description default DeleteWarmPoolResponseAutoScalingClient. deleteWarmPool(Consumer<DeleteWarmPoolRequest.Builder> deleteWarmPoolRequest)Deletes the warm pool for the specified Auto Scaling group.default DeleteWarmPoolResponseAutoScalingClient. deleteWarmPool(DeleteWarmPoolRequest deleteWarmPoolRequest)Deletes the warm pool for the specified Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DeleteWarmPoolResponse Modifier and Type Method Description default CompletableFuture<DeleteWarmPoolResponse>AutoScalingAsyncClient. deleteWarmPool(Consumer<DeleteWarmPoolRequest.Builder> deleteWarmPoolRequest)Deletes the warm pool for the specified Auto Scaling group.default CompletableFuture<DeleteWarmPoolResponse>AutoScalingAsyncClient. deleteWarmPool(DeleteWarmPoolRequest deleteWarmPoolRequest)Deletes the warm pool for the specified Auto Scaling group.
-