Uses of Class
com.tencentcloudapi.tcr.v20190924.models.DeleteRepositoryResponse
-
Packages that use DeleteRepositoryResponse Package Description com.tencentcloudapi.tcr.v20190924 com.tencentcloudapi.tcr.v20190924.models -
-
Uses of DeleteRepositoryResponse in com.tencentcloudapi.tcr.v20190924
Methods in com.tencentcloudapi.tcr.v20190924 that return DeleteRepositoryResponse Modifier and Type Method Description DeleteRepositoryResponseTcrClient. DeleteRepository(DeleteRepositoryRequest req)删除镜像仓库 -
Uses of DeleteRepositoryResponse in com.tencentcloudapi.tcr.v20190924.models
Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type DeleteRepositoryResponse Constructor Description DeleteRepositoryResponse(DeleteRepositoryResponse 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.
-