Uses of Class
com.tencentcloudapi.tem.v20210701.models.DeleteApplicationResponse
-
Packages that use DeleteApplicationResponse Package Description com.tencentcloudapi.tem.v20210701 com.tencentcloudapi.tem.v20210701.models -
-
Uses of DeleteApplicationResponse in com.tencentcloudapi.tem.v20210701
Methods in com.tencentcloudapi.tem.v20210701 that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponseTemClient. DeleteApplication(DeleteApplicationRequest req)服务删除 - 停止当前运行服务 - 删除服务相关资源 - 删除服务 -
Uses of DeleteApplicationResponse in com.tencentcloudapi.tem.v20210701.models
Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type DeleteApplicationResponse Constructor Description DeleteApplicationResponse(DeleteApplicationResponse 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.
-