Uses of Class
com.tencentcloudapi.tic.v20201117.models.DeleteStackVersionRequest
-
Packages that use DeleteStackVersionRequest Package Description com.tencentcloudapi.tic.v20201117 com.tencentcloudapi.tic.v20201117.models -
-
Uses of DeleteStackVersionRequest in com.tencentcloudapi.tic.v20201117
Methods in com.tencentcloudapi.tic.v20201117 with parameters of type DeleteStackVersionRequest Modifier and Type Method Description DeleteStackVersionResponse
TicClient. DeleteStackVersion(DeleteStackVersionRequest req)
本接口(DeleteStackVersion)用于删除一个版本,处于PLAN_IN_PROGRESS和APPLY_IN_PROGRESS状态中的版本无法删除。 -
Uses of DeleteStackVersionRequest in com.tencentcloudapi.tic.v20201117.models
Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type DeleteStackVersionRequest Constructor Description DeleteStackVersionRequest(DeleteStackVersionRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-