Uses of Class
software.amazon.awssdk.services.autoscaling.model.RollbackInstanceRefreshResponse
-
Packages that use RollbackInstanceRefreshResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of RollbackInstanceRefreshResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return RollbackInstanceRefreshResponse Modifier and Type Method Description default RollbackInstanceRefreshResponseAutoScalingClient. rollbackInstanceRefresh(Consumer<RollbackInstanceRefreshRequest.Builder> rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made.default RollbackInstanceRefreshResponseAutoScalingClient. rollbackInstanceRefresh(RollbackInstanceRefreshRequest rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type RollbackInstanceRefreshResponse Modifier and Type Method Description default CompletableFuture<RollbackInstanceRefreshResponse>AutoScalingAsyncClient. rollbackInstanceRefresh(Consumer<RollbackInstanceRefreshRequest.Builder> rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made.default CompletableFuture<RollbackInstanceRefreshResponse>AutoScalingAsyncClient. rollbackInstanceRefresh(RollbackInstanceRefreshRequest rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made.
-